dax

dax

1079 bookmarks
Custom sorting
TopSomething and all the rest called "other"
TopSomething and all the rest called "other"
This post shows how a dynamic member called Other can be used for Data Visualizations in Power BI in addition to the common requirement of the visualization of the TOP N or BOTTOM N members. A solution is used that utilizes a combination of data modeling and DAX.
·minceddata.info·
TopSomething and all the rest called "other"
Navigating DAX Function Types: A list of DAX Scalar and Table functions - PowerPivotPro
Navigating DAX Function Types: A list of DAX Scalar and Table functions - PowerPivotPro
Let’s start off today’s post with a pop quiz: Once you’ve answered, click here to see the poll results, and then scroll down to see the correct answer. … ... … The correct answer is C. DATEADD is a table function which takes a table of dates as input, shifts those dates by a given number of days, and returns
·powerpivotpro.com·
Navigating DAX Function Types: A list of DAX Scalar and Table functions - PowerPivotPro
Using Excel & PowerShell to organize and deploy DAX measures
Using Excel & PowerShell to organize and deploy DAX measures
Organizing and keeping track of your DAX measures in a tabular model can be a challenging task, especially when working with larger Analysis Services projects. Visual Studio does not give you much hel…
·fredrikhedenstrom.com·
Using Excel & PowerShell to organize and deploy DAX measures
Statistics Functions to Utilize in DAX & Power BI
Statistics Functions to Utilize in DAX & Power BI
What is data science? At its heart, it’s the ability to extract insight from data. Successful practitioners know that understanding basic statistics is the first step toward mastering this skill. Read…
·blue-granite.com·
Statistics Functions to Utilize in DAX & Power BI
How to write DISTINCTCOUNTX in DAX
How to write DISTINCTCOUNTX in DAX
I received a question about how to implement the equivalent of a DISTINCTCOUNTX function in DAX. Well, such a function doesn’t exist in DAX, but imagi
·sqlbi.com·
How to write DISTINCTCOUNTX in DAX
Supercharge Power BI - Digital Edition
Supercharge Power BI - Digital Edition
This is my newest book that teaches all Power BI users how to supercharge the value they get from this fantastic new tool. Learning to write DAX...
·exceleratorbi.com.au·
Supercharge Power BI - Digital Edition
60 Page DAX Formula Reference Guide Download Now Available
60 Page DAX Formula Reference Guide Download Now Available
Recently I went about upgrading the DAX formula reference guide provided to all those connected with Enterprise DNA. At the same time I wanted to distribute it more widely as I know there is a huge re…
·blog.enterprisedna.co·
60 Page DAX Formula Reference Guide Download Now Available
Open Tickets
Open Tickets
Thanks to 's insightful guidance and examples in his fantastic new book, Beginning DAX with Power BI: The SQL Pro’s Guide to Better Business Intelligence, I finally "get" the GENERATE function and how it can be used to elegantly solve a problem that has vexed me since almost the very first Power BI ...
·community.powerbi.com·
Open Tickets
Line Breaks And Auto-Indent In The Power BI DAX Formula Bar
Line Breaks And Auto-Indent In The Power BI DAX Formula Bar
The other day I discovered something new (at least to me) while writing the DAX for a measure in Power BI Desktop: when you insert a new line in your DAX expression using SHIFT-ENTER it also auto-i…
·blog.crossjoin.co.uk·
Line Breaks And Auto-Indent In The Power BI DAX Formula Bar
DAX formula bar keyboard shortcuts in Power BI Desktop
DAX formula bar keyboard shortcuts in Power BI Desktop
There are several undocumented DAX formula bar keyboard shortcuts in Power BI Desktop. For instance, you can comment or uncomment portions of your code, go to a specific line of code, and do other thi…
·xxlbi.com·
DAX formula bar keyboard shortcuts in Power BI Desktop
Investment Returns Standardized
Investment Returns Standardized
The prices of individual investment securities can vary widely and thus a common reporting practice is to standardize or index these values to a baseline value such as 100. For example, Apple’…
·insightsquest.com·
Investment Returns Standardized
Optimizing mutually exclusive calculations - SQLBI
Optimizing mutually exclusive calculations - SQLBI
This article describes how to optimize DAX expressions that have mutually exclusive calculations, which might cause slow query performance. We discussed in
·sqlbi.com·
Optimizing mutually exclusive calculations - SQLBI
Segmented Filtering with Slicers - Power BI Tips and Tricks
Segmented Filtering with Slicers - Power BI Tips and Tricks
Learn how to use Slicers to control Groups of visuals on a report page. This is a handy technique when you might want to perform comparisons between Items.
·powerbi.tips·
Segmented Filtering with Slicers - Power BI Tips and Tricks
Conditional Formatting Using Text In Power BI Desktop
Conditional Formatting Using Text In Power BI Desktop
Conditional Formatting Using Text In Power BI Desktop Hello P3 Nation! Today’s “post” is actually going to be a video link. Sometimes there are certain subjects, concepts, or post ideas that just don’…
·powerpivotpro.com·
Conditional Formatting Using Text In Power BI Desktop
Correct calculate of age in DAX from birthday - SQLBI
Correct calculate of age in DAX from birthday - SQLBI
By answering to a student question I realized we often used a wrong calculation of customers age in DAX, and the simple solution is to borrow the same techn
·sqlbi.com·
Correct calculate of age in DAX from birthday - SQLBI
Using DATEADD() and other Date Tips for Filtering Data in Power BI
Using DATEADD() and other Date Tips for Filtering Data in Power BI
While working with Dates in DAX, you may have come across an interesting behavior when working with the DATEADD() function. If have used this function in SQL, you have a good idea of how the functi…
·victorrocca.com·
Using DATEADD() and other Date Tips for Filtering Data in Power BI
Re: Frequency and normal distribution calculation
Re: Frequency and normal distribution calculation
Hi , Based on my test, you can refer to below steps: 1.I have entered some sample data to test for your problems. Table1 is the data I entered below in the picture. Table2 covered the data of [bin]. 2.Create a calculated column to calculate your frequency in 'Table2'. Create a table ...
·community.powerbi.com·
Re: Frequency and normal distribution calculation
Rules for DAX Code Formatting - SQLBI
Rules for DAX Code Formatting - SQLBI
With the modern editors that have automatic code formatting features, each one has its own code formatting style. Usually there are a few “common rules”
·sqlbi.com·
Rules for DAX Code Formatting - SQLBI
Tabular Model Schema Reference
Tabular Model Schema Reference
Two of the most fundamental and ongoing questions in BI are 1) “What data and logic do we need in the data model?” and 2) “What data and logic do we currently have in the data mod…
·insightsquest.com·
Tabular Model Schema Reference
How to create email link in your Power BI Dashboard
How to create email link in your Power BI Dashboard
Hi folks, After long time I feel to blog about this simple steps to add link to send email (Actually to open outlook to send email to specified email id) Click on enter Data Type here your message - A…
·bimentalist.com·
How to create email link in your Power BI Dashboard
Evaluation Contexts in DAX
Evaluation Contexts in DAX
There are 3 types of evaluation contexts. Row Context Row context includes the values from all columns in a row and related rows. Row contexts doesn�t propagate through relationships (from the one sid…
·sqlml.azurewebsites.net·
Evaluation Contexts in DAX