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 …
Power_BI_tips·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
Power_BI_tips·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 […]
Power_BI_tips·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 [...]
Power_BI_tips·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/
Power_BI_tips·guyinacube.com·
Finding the lowest value and highlighting in DAX | Power BI - Guy in a Cube
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...
Power_BI_tips·community.powerbi.com·
Microsoft Hates Greg's Quick Measures - Microsoft Power BI Community
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 …
Power_BI_tips·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.
Power_BI_tips·antifound.com·
Understanding filter context as sets of values
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 …
Power_BI_tips·businessintelligist.com·
How to Hack RLS to Make RANK() Work on Entire Dataset
RT @Hohlick: Your own #DAX help engine in the Edge as easy as 1-2-3: 1. Go to the settings and add a new search engine 2. Type "dax" and press the spacebar in the Edge address bar 3. type your search term That's all ^_^ #PowerBI
RT @Hohlick: Your own #DAX help engine in the Edge as easy as 1-2-3: 1. Go to the settings and add a new search engine 2. Type "dax" and press the spacebar in the Edge address bar 3. type your search term That's all ^_^ #PowerBI
Shared via Flipboard
Power_BI_tips·flip.it·
RT @Hohlick: Your own #DAX help engine in the Edge as easy as 1-2-3: 1. Go to the settings and add a new search engine 2. Type "dax" and press the spacebar in the Edge address bar 3. type your search term That's all ^_^ #PowerBI
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,
Power_BI_tips·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...
Power_BI_tips·community.powerbi.com·
Correlation coefficient