Power BI

Power BI

9059 bookmarks
Custom sorting
Format your colors based on Advanced Controls
Format your colors based on Advanced Controls
Power BI is the (best) data visualization tool of Microsoft. But how to apply your color formatting to your visuals without changing it by hand for every visual separately, which is an option of co…
Power_BI_tips·data-marc.com·
Format your colors based on Advanced Controls
Displaying a list of selected months
Displaying a list of selected months
Today I woke up with an interesting question, about how to show a selection of months in a nice way, detecting contiguous selection. You can easily underst
Power_BI_tips·sqlbi.com·
Displaying a list of selected months
Naming variables in DAX - SQLBI
Naming variables in DAX - SQLBI
The current version of DAX has a limitation for names you can provide to variables in a DAX expression: a variable name cannot be the name of a table in the
Power_BI_tips·sqlbi.com·
Naming variables in DAX - SQLBI
DAX error messages in Power BI - SQLBI
DAX error messages in Power BI - SQLBI
This article describes the real meaning of and the required action for a few common error messages that can appear when users define DAX expressions in Powe
Power_BI_tips·sqlbi.com·
DAX error messages in Power BI - SQLBI
DST Refresh Date Function Power BI Service
DST Refresh Date Function Power BI Service
DST Refresh Date Function Power BI Service. For Power BI service, the local time is UTC (Universal Time Coordinated). Quick tip on creating a custom function to get local time year-round, even with da…
Power_BI_tips·powerpivotpro.com·
DST Refresh Date Function Power BI Service
Calendar Over Run While Comparing Last Year’s Data
Calendar Over Run While Comparing Last Year’s Data
Recently, I was helping someone on Power BI community forum on the issue of calendar over run while comparing values with last year’s data. I thought it would make a good article to share wit…
Power_BI_tips·exceleratorbi.com.au·
Calendar Over Run While Comparing Last Year’s Data
For and While Loops in DAX
For and While Loops in DAX
Introduction One of the first things that befuddles people that know other coding languages when learning DAX is the absence of constructs for traditional “for” and “while” loops. This is a well understood limitation and just generally accepted by people who have learned DAX. However, when answering...
Power_BI_tips·community.powerbi.com·
For and While Loops in DAX
DAX Optimizations: Write it like the DAX calls it
DAX Optimizations: Write it like the DAX calls it
Optimization has become one of my favorite topics. OK, I’ll admit it: it might be an obsession and a source of joy. My inability to optimize (queries, data models, and DAX) used to be a source of headaches and the occasional heart attack depending on what I was trying to accomplish. I make no claim that I’m an
Power_BI_tips·powerpivotpro.com·
DAX Optimizations: Write it like the DAX calls it