dax

dax

1079 bookmarks
Custom sorting
Calculating handling time during office hours | Cloudadpt
Calculating handling time during office hours | Cloudadpt
From time to time, I stumble upon data that have a starting and an ending time. It could be opportunities in a CRM system, time between an email arrived in you mailbox until it was responded to or a …
·flip.it·
Calculating handling time during office hours | Cloudadpt
One Click Calculation Group in Power BI - Guy in a Cube
One Click Calculation Group in Power BI - Guy in a Cube
Calculation Groups in Power BI can be amazing! Patrick shows you how you can create these common patterns with just one click using Tabular Editor. Blog: https://www.esbrina-ba.com/time-intelligence-the-smart-way/ Calculation Groups: https://docs.microsoft.com/analysis-services/tabular-models/calculation-groups?view=asallproducts-allversions Tabular Editor: https://tabulareditor.com
·guyinacube.com·
One Click Calculation Group in Power BI - Guy in a Cube
Increasing DAX Filter Speed and Efficiency | Purple Frog Systems
Increasing DAX Filter Speed and Efficiency | Purple Frog Systems
To understand how a filter can affect performance, first we need to understand what a filter is. A filter is a temporary table that is created on demand, held in memory, and then used as a reference for the function being filtered. The rows of the temporary filter table are all DISTINCT. This is because […]
·purplefrogsystems.com·
Increasing DAX Filter Speed and Efficiency | Purple Frog Systems
Count Stints for Employees - DAX Challenge - Goodly
Count Stints for Employees - DAX Challenge - Goodly
Recently while working on a consulting project, I came across a very interesting problem. It was interesting enough, that I am passing it on to you.   Consider this Employee Data The data represents an employee role for each month, since the employee’s joining date. Each row means 1 employee assigned to a certain role [...]
·goodly.co.in·
Count Stints for Employees - DAX Challenge - Goodly
Finding the lowest value and highlighting in DAX | Power BI - Guy in a Cube
Finding the lowest value and highlighting in DAX | Power BI - Guy in a Cube
Sometimes you want to highlight the lowest value in a Power BI visual. First you need to find it! Then you can highlight it. What if you want to ANIMATE it? Patrick shows you how to do just that! ALLSELECTED() article: https://www.sqlbi.com/articles/the-definitive-guide-to-allselected/
·guyinacube.com·
Finding the lowest value and highlighting in DAX | Power BI - Guy in a Cube
Using DAX as a Query Language
Using DAX as a Query Language
Enhance your performance testing and measure tuning skills by learning DAX as a query language.
·elegantbi.com·
Using DAX as a Query Language
Microsoft Hates Greg's Quick Measures - Microsoft Power BI Community
Microsoft Hates Greg's Quick Measures - Microsoft Power BI Community
Microsoft Hates Greg's Quick Measures Image concept and credit: Rocket Deckler Introduction Today I am announcing the availability of a new External Tool for Power BI Desktop, "Microsoft Hates Greg's Quick Measures" or MSHGQM for short. This tool more than doubles the number of Quick Measures avail...
·community.powerbi.com·
Microsoft Hates Greg's Quick Measures - Microsoft Power BI Community
Dax Templates
Dax Templates
This is where you describe the app...
·dax.powerbi.tips·
Dax Templates
DAX: Bitwise calculations - Phil Seamark on DAX
DAX: Bitwise calculations - Phil Seamark on DAX
As an extension to my recent article on base conversions in DAX, I thought I’d show how these conversion calculations can be used to help you perform bitwise calculations in DAX. At present, there …
·flip.it·
DAX: Bitwise calculations - Phil Seamark on DAX
Understanding filter context as sets of values
Understanding filter context as sets of values
I recently came across a real head-scratcher of a question on Stack Overflow. This post is an expansion of the answer I gave there. The goal is to provide a useful model to understand filter context. This is foundational knowledge for any aspiring DAXter (DAXist?) and is required to understand CALCULATE properly.
·antifound.com·
Understanding filter context as sets of values
7 reasons DAX is not easy - SQLBI
7 reasons DAX is not easy - SQLBI
DAX is simple, but it is not easy. Watch the video to learn why, and remember: Practice. The. Fundamentals.
·sqlbi.com·
7 reasons DAX is not easy - SQLBI
Adding Dynamic [DAX] Analytics Lines to Native Visuals in Power BI — Havens Consulting
Adding Dynamic [DAX] Analytics Lines to Native Visuals in Power BI — Havens Consulting
Video by: Reid Havens Learn how to add [DAX] measure driven values the y-axis constant lines . Allow us to essentially recreate multiple analytics lines that can be configurable by user slicer selections in Power BI. RELATED CONTENT 🔗 Positive/Negative Line Colors
·havensconsulting.net·
Adding Dynamic [DAX] Analytics Lines to Native Visuals in Power BI — Havens Consulting
How to Hack RLS to Make RANK() Work on Entire Dataset
How to Hack RLS to Make RANK() Work on Entire Dataset
Let’s say you are building a dashboard for the Sales team and have the following requirements: Each sales person should have access to only their territory – Ok this is easy enough. We …
·businessintelligist.com·
How to Hack RLS to Make RANK() Work on Entire Dataset
DAX generator - The BI Power
DAX generator - The BI Power
DAX generator is a component of Power BI Sidetools able to create complex DAX expressions within your model. Once you built or found the appropriate template,
·thebipower.fr·
DAX generator - The BI Power
Correlation coefficient
Correlation coefficient
The quick measure calculates the Pearson correlation coefficient between two measures within the category.   NAME: Correlation coefficient   DESCRIPTION: Calculate the Pearson correlation coefficient between two measures within the category   PARAMETERS: Name: Category Tooltip: The category in which...
·community.powerbi.com·
Correlation coefficient