Power BI

Power BI

9059 bookmarks
Custom sorting
NBA style Shot Charts in Power BI
NBA style Shot Charts in Power BI
Recently, I created a NBA shot chart in Power BI as part of my entry to the Microsoft Power BI Best report contest and I had got a lot of questions on how I made the visual. So I decided to write a
·flip.it·
NBA style Shot Charts in Power BI
ALLEXCEPT only working on visible row context - Microsoft Power BI Community
ALLEXCEPT only working on visible row context - Microsoft Power BI Community
Hello, I have a quick question. I am trying to calculate the $ Change (YOY) for a sub category, and then trying to compare that overall sub category change to specific products. Basically, we want to find products that are underperforming a sub category, but by using dynamic comparison. Here is the ...
·community.powerbi.com·
ALLEXCEPT only working on visible row context - Microsoft Power BI Community
Measure/Calculated Field Editor Excel 2013 - DAX Studio
Measure/Calculated Field Editor Excel 2013 - DAX Studio
PowerPivot is a wonderful product, but its editor is its weakest point: Making expressions easy to read is difficult! This blog shows how to download and get started with DAX Studio, a separate Excel
·flip.it·
Measure/Calculated Field Editor Excel 2013 - DAX Studio
Using DAX studio to create PowerPivot measures
Using DAX studio to create PowerPivot measures
The newly released DAX studio is an excellent tool to develop and troubleshoot DAX calculations as it provides a way to visualize tables as they are internally represented during the computation. The
·javierguillen.wordpress.com·
Using DAX studio to create PowerPivot measures
My Thoughts on Calculated Tables in Power BI
My Thoughts on Calculated Tables in Power BI
Yesterday was a terrific day for all of Microsoft Power BI fans. Microsoft released updates for Power BI Service, Power BI Mobile and Power BI Desktop (with an unbelievable 44 new features)
·sqljason.com·
My Thoughts on Calculated Tables in Power BI
Transition Matrix Using Calculated Tables - SQLBI
Transition Matrix Using Calculated Tables - SQLBI
In the 2015 September update, Power BI introduced calculated tables, which are computed using DAX expressions instead of being loaded from a data source. This article shows the usage of calculated
·sqlbi.com·
Transition Matrix Using Calculated Tables - SQLBI
Make your data work well with Q&A in Power BI
Make your data work well with Q&A in Power BI
If you are a person who creates data models or builds Excel workbooks that will be used with Power BI, read on... In Power BI, Q&A can search structured data and choose the right visualization for your question -- that's what makes it a compelling tool to use.
·powerbi.microsoft.com·
Make your data work well with Q&A in Power BI
More Power BI Feature Updates: Power BI Desktop December Update and new Power BI service features | Microsoft Power BI Blog | Microsoft Power BI
More Power BI Feature Updates: Power BI Desktop December Update and new Power BI service features | Microsoft Power BI Blog | Microsoft Power BI
Today we are releasing another massive update with lots of new capabilities that will be exciting for many of our customers, spanning from Power BI Desktop to the Power BI service. This update includes several new Report Authoring features as part of...
·powerbi.microsoft.com·
More Power BI Feature Updates: Power BI Desktop December Update and new Power BI service features | Microsoft Power BI Blog | Microsoft Power BI
Power BI and iFrame
Power BI and iFrame
Power BI and iFrame are working very nice together now. In this post you learn how to embed Power BI reports in your website or blog.
·biinsight.com·
Power BI and iFrame
DAX now has variable support! | Kasper de Jonge Microsoft BI Blog
DAX now has variable support! | Kasper de Jonge Microsoft BI Blog
YoY% = var Sales = [Sum of SalesAmount]var SalesLastYear=CALCULATE([Sum of SalesAmount], SAMEPERIODLASTYEAR(‘Calendar'[Date]))return if(Sales, DIVIDE(Sales – SalesLastYear, Sales))
·powerpivotblog.com·
DAX now has variable support! | Kasper de Jonge Microsoft BI Blog
Drill Down with Power BI Visualizations | SQL with Dustin Ryan
Drill Down with Power BI Visualizations | SQL with Dustin Ryan
A couple weeks ago in a recent update to Power BI, an enhancement was added to enable a drill-down action in Power BI. This has been something that customers have been clamoring for but now its fin…
·sqldusty.com·
Drill Down with Power BI Visualizations | SQL with Dustin Ryan
Power BI Tips, Tricks
Power BI Tips, Tricks
Thank you to everyone that attended my Power BI webinar last month, September 29th. Sorry its taken me a while to finally make the information available, but my schedule has been crazy lately! The …
·sqldusty.com·
Power BI Tips, Tricks
Microsoft
Microsoft
Microsoft
·sqldusty.com·
Microsoft
Power BI Deep Dive Webinar - Migrating from Power BI for Office 365 to the New Power BI Experience
Power BI Deep Dive Webinar - Migrating from Power BI for Office 365 to the New Power BI Experience
The new Power BI experience simplifies sharing and collaborating on data that will excite your users and simplify management for administrators. For organizations that already use Power BI for Office 365, find out how to migrate your users and data to the new experience.
·info.microsoft.com·
Power BI Deep Dive Webinar - Migrating from Power BI for Office 365 to the New Power BI Experience
Which Power BI Gateway: Personal or Enterprise?
Which Power BI Gateway: Personal or Enterprise?
Power BI has two data gateways, Personal and Enterprise. Since I assist companies with Power BI, the name Personal Gateway made no sense to me, especially when I used a personal gateway to update an
·desertislesql.com·
Which Power BI Gateway: Personal or Enterprise?
Twitter Real-Time Analytics in PowerBI with #PowerBIPS
Twitter Real-Time Analytics in PowerBI with #PowerBIPS
In SQLSaturday Paris I made a demo of Real-Time twitter analytics in PowerBI using the PowerShell module PowerBIPS. In this post I will show how I did that (you can find the full script at the
·ruiromanoblog.wordpress.com·
Twitter Real-Time Analytics in PowerBI with #PowerBIPS