Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I am needing to make a measure that stays static based on a row. Example:
I have a measure that calculates a rate based on categories and vendors. I need to create a measure name "Category RR" so I need the category RR static accross categories, divisions, vendors, and any other row I add. The reason is because I want to calculate a difference between the vendor's return rate and the average return rate for that specific category, then with that difference I can calculate other things.
The problem I am facing is that the rate is not fixed based on categories making it not possible for me to get that difference....I cannot share ss because I am managing company informaiton.
Solved! Go to Solution.
Hi Svallejo,
As a tip for your next question: in the case you are working with sensitive information, it helps to recreate the specific issue with dummy data, in order to explain the issue you are facing better.
To summarize your question:
You are looking for a way to circumvent the context filters that are applied to the column you want to sum.
A possible solution would be to use the DAX function ALL(). See this link for more information and a working example: https://docs.microsoft.com/en-us/dax/all-function-dax
If this solves your problem, please accept it as a solution. If it doesn't, please provide us with a more detailed description, the measures, and a screenshot of what you're dealing with. You can either blur out the sensitive information, or recreate the problem using dummy data. A good way would be to use a sample dataset that is available for use in the Power BI Service environment.
Kind Regards,
Martijn Wijnands
Thank you!
Hi Svallejo,
As a tip for your next question: in the case you are working with sensitive information, it helps to recreate the specific issue with dummy data, in order to explain the issue you are facing better.
To summarize your question:
You are looking for a way to circumvent the context filters that are applied to the column you want to sum.
A possible solution would be to use the DAX function ALL(). See this link for more information and a working example: https://docs.microsoft.com/en-us/dax/all-function-dax
If this solves your problem, please accept it as a solution. If it doesn't, please provide us with a more detailed description, the measures, and a screenshot of what you're dealing with. You can either blur out the sensitive information, or recreate the problem using dummy data. A good way would be to use a sample dataset that is available for use in the Power BI Service environment.
Kind Regards,
Martijn Wijnands
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.