dax

dax

1079 bookmarks
Custom sorting
Introduce the DAX EvaluateAndLog Function
Introduce the DAX EvaluateAndLog Function
There is a hidden gem in the August 2022 release of Power BI Desktop: a secret new DAX function EvaluateAndLog that is not listed in the feature summary of the official blogpost. Yet this function …
Power_BI_tips·pbidax.wordpress.com·
Introduce the DAX EvaluateAndLog Function
Variables in DAX - SQLBI
Variables in DAX - SQLBI
Using variables in DAX makes the code easier to read, faster, and easier to debug. In this article, we discuss how and when to use variables, along with why
Power_BI_tips·sqlbi.com·
Variables in DAX - SQLBI
DAX Studio 3 released! - SQLBI
DAX Studio 3 released! - SQLBI
DAX Studio 3 has been released today. This new major version has a new user interface and user experience, providing a modern look and feel without losing a
Power_BI_tips·sqlbi.com·
DAX Studio 3 released! - SQLBI
DAX 1-Column Fusion - Phil Seamark on DAX
DAX 1-Column Fusion - Phil Seamark on DAX
One approach to optimise DAX queries is to focus on the number of Storage Engine (SE) calls generated by a query and look for ways to provide the same result using fewer SE calls. If a query takes 30 seconds to run and makes hundreds of SE calls, reducing the number of SE calls almost … Continue reading DAX 1-Column Fusion
Power_BI_tips·dax.tips·
DAX 1-Column Fusion - Phil Seamark on DAX
EVALUATEANDLOG AND DAX ENGINE OPTIMIZATIONS
EVALUATEANDLOG AND DAX ENGINE OPTIMIZATIONS
This is the fourth and the last article on the EvaluateAndLog function. While DAX developers were excited about the prospect of printing the values of a portion of a DAX expression, many of the ear…
Power_BI_tips·pbidax.wordpress.com·
EVALUATEANDLOG AND DAX ENGINE OPTIMIZATIONS
How OFFSET in DAX will make your life easier
How OFFSET in DAX will make your life easier
Over the past few days, I attended the Power BI Next Step conference in Lego land – Denmark. During the keynote, Will Thompson – PM on the Power BI team, showed a new DAX function that …
Power_BI_tips·data-marc.com·
How OFFSET in DAX will make your life easier
Export your Power BI DAX measures using DAX Studio - A random blog about Business Intelligence
Export your Power BI DAX measures using DAX Studio - A random blog about Business Intelligence
Time to read: 5 minutes Have you ever wanted to search through your Power BI measures, calculated columns or calculated tables for a specific function or table/column reference? Or export your DAX logic for documentation purposes? If this is the case then this post is for you. As a Power BI dataset admin or author, ... Read more
Power_BI_tips·maxwikstrom.se·
Export your Power BI DAX measures using DAX Studio - A random blog about Business Intelligence
New OFFSET DAX function 🎉
New OFFSET DAX function 🎉
✨A new DAX function that is already available in the September release of #PowerBIDesktop, but was hidden in the last updates announced in September. ✨#OFFSET allows to make comparisons in context between two values, without writing extremely long and complex
Power_BI_tips·amalbenrebai.substack.com·
New OFFSET DAX function 🎉
How to Calculate Compound Rate in Power BI
How to Calculate Compound Rate in Power BI
Recently I had an interesting use case where I had to a compound calculation in Power BI. You can compound an interest rate for example, where you get a certain rate on your savings. Let's say 1% (which is at the time of writing ridiculously high, but bear with me). After 1 year, you get 1% interest
Power_BI_tips·sqlkover.com·
How to Calculate Compound Rate in Power BI
Dynamic Data Label Calculation Groups
Dynamic Data Label Calculation Groups
One of the fundamental things missing from Power Bis visualisation capabilities is the ability to easily control data labels. Having to resort to hacks is not ideal but if good data visualisation i…
Power_BI_tips·tenfingerseddy.wordpress.com·
Dynamic Data Label Calculation Groups
Introducing RANKX in DAX - SQLBI
Introducing RANKX in DAX - SQLBI
RANKX is a simple function used to rank a value within a list of values. Its use is simple, but it can be a source of frustration for newbies. In this artic
Power_BI_tips·sqlbi.com·
Introducing RANKX in DAX - SQLBI
Major Update to Power Pivot
Major Update to Power Pivot
I have been blogging about DAX since before Power BI was a product; I started back in 2014 and Power BI was first released as generally available in mid 2015.  Until about 2017, the only way you could build a commercially viable production reporting tool that used DAX was via [...]Read More »
Power_BI_tips·exceleratorbi.com.au·
Major Update to Power Pivot
Blogs
Blogs
Analyze, visualize, and report on your data using 92 new DAX functions when creating measures in Power Pivot.
Power_BI_tips·insider.office.com·
Blogs
When can I use OFFSET DAX function in Power BI
When can I use OFFSET DAX function in Power BI
In this writing, I like to share what I have learned about OFFSET DAX function, that recently came out to the world, but not yet documented on https://learn.microsoft.com/en-us/dax/ as of today. When I face the situation to measure date-intelligence-related business requirement, I use SAMEPERIODLASTYEAR, DATESINPERIOD, DATEADD, and so many other time intelligence DAX functions, if a business is using normal & general calendar table. Or, I use FILTER, MIN, MAX, and some other DAX functions, if
Power_BI_tips·jihwankimcscp.wixsite.com·
When can I use OFFSET DAX function in Power BI