This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I have a Calculation Group of 22 measures. The user can select which measures are shown in a Matrix Visual via a dropdown slicer.
To demonstrate my problem, I have the following measure in a card visual
Solved! Go to Solution.
It isn't a solution really but could you prevent the slicer affecting the title card by turning off its interactions.
In theory it should make no difference if the title measure and the slicer measures are unrelated but if it does work it will tell you something ...
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Thanks. I can't pretend that I particularly understand that page. I did check the precedence level, which is currently set to two, and experimented with values of 1 and 0 but it had no impact. It is possible that while developing this report I originally had a second calculation group, which was later deleted. Could that be causing the issue?
Seeing as my TestStatic measure should not be impacted by anything else, I can't see what is going wrong.
Hmm are the measures you are passing out inter linked?
CalculationGroup Sales -> Sales This Year -> Sales this month only
If they aren't you could use Field Parameters to achieve the same result:
https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
I've just created a very simple report and recreated the problem so it's not anything complicated about my original report.
I can't seem to attach a .pbix file. All I did was:
You'll see the behaviour for yourself when you select a single value from the slicer
It isn't a solution really but could you prevent the slicer affecting the title card by turning off its interactions.
In theory it should make no difference if the title measure and the slicer measures are unrelated but if it does work it will tell you something ...
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Great shout! That works for my card visual but I'm also using a measure in one of my visual headers. I can't mess with the interactions otherwise it'll affect the whole visual.
I may have to use text box instead for my visual header.
I'll mark this as a solution but it feels like there should be another way.
Thanks for your help.
Boo you do have to exclude them, I was hoping there was a setting but no!
https://www.youtube.com/watch?v=XhMBzurjZCU&list=PLiYSIjh4cEx2s8-jXBhv5aCu5_6F9zQ3I
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
It isn't a solution really but could you prevent the slicer affecting the title card by turning off its interactions.
In theory it should make no difference if the title measure and the slicer measures are unrelated but if it does work it will tell you something ...
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Update TestStatic as follows:
TestStatic =
IF(
ISINSCOPE(CalculationGroupTable[CalculationGroupColumn]),
"Test",
"Test"
)
💌 If this helped, a Kudos 👍 or Solution mark would be great! 🎉
Cheers,
Kedar
Connect on LinkedIn
I'm afraid that doesn't work.
So it looks like this but your card changes its value?
That is bizzare!
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
This is a screenshot with two measures selected:
The next screenshot is when just one measure is selected:
The test measure was just to see how pervasive the issue is
I feel like the section on Precedence is what you are needing:
https://learn.microsoft.com/en-us/analysis-services/tabular-models/calculation-groups?view=asallprod...
Although if your measure isn't in either 🤔
If you are happy with this answer please mark as a solution for others to find !
Kudos are always appreciated! Check out our free Power BI video courses.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 36 | |
| 30 | |
| 23 | |
| 22 |