dax

dax

1079 bookmarks
Custom sorting
Use more variables in DAX to simplify your life
Use more variables in DAX to simplify your life
Today I ran across a pretty straightforward DAX challenge that is made so much simpler thanks to variables. So I decided to share it. Remember folks use variables for each...
Power_BI_tips·kasperonbi.com·
Use more variables in DAX to simplify your life
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
Computing running totals in DAX - SQLBI
Computing running totals in DAX - SQLBI
This article shows how to compute a running total over a dimension, like for example the date. A very common calculation in DAX is the year-to-date calcula
Power_BI_tips·sqlbi.com·
Computing running totals in DAX - SQLBI
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
A DAX Tale: Not every path is straight and narrow
A DAX Tale: Not every path is straight and narrow
Hello P3 Nation! After having the privilege of working with so many of you to share your journeys and techniques I was inspired to share my own. This is a bit of an intimidating group, and I struggled a bit with what to share. After much deliberation, I compromised with myself on a journey story. My journey does not
Power_BI_tips·powerpivotpro.com·
A DAX Tale: Not every path is straight and narrow
Counting working days in DAX - SQLBI
Counting working days in DAX - SQLBI
This article shows a DAX technique to compute the number of working days between two dates. The example includes a Sales table containing order and deliver
Power_BI_tips·sqlbi.com·
Counting working days in DAX - SQLBI
Using DAX to format a list of values in Power BI Desktop
Using DAX to format a list of values in Power BI Desktop
Alberto Ferrari joins Patrick to walk through how you can use DAX to format a list of values within Power BI Desktop. This takes the concatenate values quick measure to the next level. Original Quick Measure video Alberto’s article
Power_BI_tips·guyinacube.com·
Using DAX to format a list of values in Power BI Desktop
Conditional Formatting with a Text Field in Power BI
Conditional Formatting with a Text Field in Power BI
One of the things I like about my live, online training courses is that I get to hear great questions from the trenches from people learning DAX and Power BI. Last week, John asked me how to apply…
Power_BI_tips·exceleratorbi.com.au·
Conditional Formatting with a Text Field in Power BI
Simple Filters and Syntax Sugar in DAX
Simple Filters and Syntax Sugar in DAX
Level: Intermediate There is a concept in the DAX language called “Syntax Sugar”. Simply put, the developers have created simplified versions of more complex formulas to make it easier…
Power_BI_tips·exceleratorbi.com.au·
Simple Filters and Syntax Sugar in DAX