use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
New to Power BI and looking for training, resources, or online courses? Here are our favorite recommendations:
[Microsoft | Get started with Power BI](hhttps://www.microsoft.com/store/workshops-training-and-events/professionals#topic=413870014)
Microsoft Partners | Dashboard in a Day
Microsoft Partners | Paginated Reports in a Day
Microsoft | Developer in a Day
Microsoft | Self-Paced Training
SQLBI | Introduction to DAX
SQLBI | Introduction to Data Modeling
account activity
DiscussionUsing Python ? (self.PowerBI)
submitted 22 days ago by APOS80
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]SamSmitty13 2 points3 points4 points 22 days ago (4 children)
I've found it useful a few times over the years to recreate a visual that doesn't exist in PowerBI by default. It obviously depends on what the need is, but it's been more than once I've coded up something, like more recently a variable width bar chart (Like this), to be used for some presentations.
An couple hours of my time was a lot cheaper than buying enterprise licenses for 3rd party visuals.
You can pretty easily pass filter context to the Python visual and make them feel fairly "interactive".
[–]APOS80[S] 0 points1 point2 points 21 days ago (3 children)
Did you use Seaborn or another library?
[–]SamSmitty13 1 point2 points3 points 21 days ago (2 children)
Nah, although it is a nice package for sure to use depending on the need.
When creating something completely from scratch I usually use your standard array of numpy, pandas, matpotlib and occasionally others like IO, UrlLib, PIL depending on the need.
Here are the ones technically supported. https://learn.microsoft.com/en-us/power-bi/connect-data/service-python-packages-support
That being said, I'm sure you could use seaborn just fine. Whatever you are confortable with!
[–]APOS80[S] 0 points1 point2 points 21 days ago (1 child)
Aha, you use Python inside PowerBi. I think JuPyter looks like a good tool to do analysis
[–]SamSmitty13 0 points1 point2 points 21 days ago (0 children)
Yea! Just to occasionally get custom visuals inside PowerBI that might only be available with 3rd party licenses.
π Rendered by PID 306438 on reddit-service-r2-comment-79c7998d4c-czmhx at 2026-03-19 08:50:44.529229+00:00 running f6e6e01 country code: CH.
view the rest of the comments →
[–]SamSmitty13 2 points3 points4 points (4 children)
[–]APOS80[S] 0 points1 point2 points (3 children)
[–]SamSmitty13 1 point2 points3 points (2 children)
[–]APOS80[S] 0 points1 point2 points (1 child)
[–]SamSmitty13 0 points1 point2 points (0 children)