Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hi All - I'm using calculation groups, but it appears when i click into the visual where a calculation group value exists, the filter context is messing with my other measures, and is in fact overwriting them. (ie bring back a value from the measure I clicked into, rather than the measure which the visual is based upon).
I get that this is filter context getting passed to the visual and I assumed that using some sort of combination of all or remove filters pointed at the calculation group table would fix the issue.
That doesn't appear to be the case. Is this a bug? Or is there a good way to handle this?
Its worth noting that my calculation measures general start with selectedmeasure(). I have not yet attempted to rewrite the calculation groups with an if statement so that only the relevant measures are modified?
Hi @avachris,
Maybe you can try to use if statement or switch() if you have multiole groups, you can refer to the following links:
SWITCH function (DAX) - DAX | Microsoft Learn
If information above cannot meet your requirement, can you offer some sample pictures or data?
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.