dax

dax

1079 bookmarks
Custom sorting
All the secrets of SUMMARIZE
All the secrets of SUMMARIZE
SUMMARIZE is a very powerful and very complex function to use. This article describes its internal behavior, and provides guidance on how to use it. If you like to follow best practices, you can just read this paragraph out of the entire article. If you are using SUMMARIZE to calculate new columns, s
·flip.it·
All the secrets of SUMMARIZE
All the secrets of SUMMARIZE - SQLBI
All the secrets of SUMMARIZE - SQLBI
SUMMARIZE is a very powerful and very complex function to use. This article describes its internal behavior, and provides guidance on how to use it. If you
·sqlbi.com·
All the secrets of SUMMARIZE - SQLBI
Understanding Evaluation Context in DAX - BI Gorilla
Understanding Evaluation Context in DAX - BI Gorilla
Evaluation context is the most important concept to understand in DAX . This context is used when evaluating expressions to get to the result.
·gorilla.bi·
Understanding Evaluation Context in DAX - BI Gorilla
Create Customized Age Bins (or Groups) in Power BI - RADACAD
Create Customized Age Bins (or Groups) in Power BI - RADACAD
Power BI has the built-in feature of creating binning for a numeric field such as age. However, the default binning will create bins of equal size. If you want to create bins of different sizes, then …
·flip.it·
Create Customized Age Bins (or Groups) in Power BI - RADACAD
DAX Calculation Groups for Time Intelligence | Developer Support
DAX Calculation Groups for Time Intelligence | Developer Support
Dev Consultant Jean Hayes spotlights Data Analysis Expressions (DAX) with Calculation Groups. Power BI Premium (Preview), Azure Analysis Services and SQL Server Analysis Services 2019 now support Calculation Groups! Why am I so excited? Because this functionality was one of the best capabilities in Multidimensional Analysis Services through Named Sets and Calculated Members.
·devblogs.microsoft.com·
DAX Calculation Groups for Time Intelligence | Developer Support
ADDCOLUMNS – DAX Guide - SQLBI
ADDCOLUMNS – DAX Guide - SQLBI
ADDCOLUMNS: Returns a table with new columns specified by the DAX expressions. https://dax.guide/addcolumns/
·sqlbi.com·
ADDCOLUMNS – DAX Guide - SQLBI
How to return 0 instead of BLANK in DAX - SQLBI
How to return 0 instead of BLANK in DAX - SQLBI
In this article we show some techniques to force a measure to return zero instead of blank, in order to highlight combinations of attributes with no data. P
·sqlbi.com·
How to return 0 instead of BLANK in DAX - SQLBI
Refinement of Semi-Additive Measures in DAX
Refinement of Semi-Additive Measures in DAX
In a previous story, I explained some details about Semi-Additive Measures. Here are some more hints on this topic
·towardsdatascience.com·
Refinement of Semi-Additive Measures in DAX
Custom Visual Reports In Power BI
Custom Visual Reports In Power BI
In this tutorial, I’d like to discuss how you can improve your creativity when creating custom visual reports in Power BI. I highly recommend creating projects that are outside your organization’s environment. This is because when creating projects for your organization, your creativity is limited. M
·flip.it·
Custom Visual Reports In Power BI
7 reasons DAX is not easy - SQLBI
7 reasons DAX is not easy - SQLBI
DAX is simple, but it is not easy. I cannot remember how many times I read this sentence on social media, attributed to me. For good reason: I have repeated
·sqlbi.com·
7 reasons DAX is not easy - SQLBI
Fill Data to the Right in a Table - Excelerator BI
Fill Data to the Right in a Table - Excelerator BI
I was helping someone recently with an issue. They wanted to allow end users (department managers in this case) to enter data in a table as simply as possible, and then use this data for reporting. The challenge often is, that the easiest way to enter data from a user’s [...]Read More »
·exceleratorbi.com.au·
Fill Data to the Right in a Table - Excelerator BI
Optimizing conditions involving blank values in DAX - SQLBI
Optimizing conditions involving blank values in DAX - SQLBI
This article describes how blank values considered in a DAX conditional expression can affect its query plan and how to apply possible optimizations to impr
·sqlbi.com·
Optimizing conditions involving blank values in DAX - SQLBI
Materialization Ideas For Data Caches In DAX Studio
Materialization Ideas For Data Caches In DAX Studio
This tutorial will discuss about materialization for data caches in DAX Studio. This post will show how it affects your calculation while generating results with your query. You’ll learn which materialization is better in order to maximize DAX’s performance.There are two ideas of materialization: Ear
·flip.it·
Materialization Ideas For Data Caches In DAX Studio
Data Caches In A DAX Calculation
Data Caches In A DAX Calculation
In this tutorial, you’ll learn about what data caches do in a DAX calculation. You’ll understand how they work with the formula and storage engines to provide answers to your queries.Download Free Resources HereWhat Are Data Caches?The storage engine interacts with the formula engine in the form of a
·flip.it·
Data Caches In A DAX Calculation