This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
There’s a known limitation when using calculation items in slicers. When a user selects a single calculation item, any unrelated measure on the page — like a title measure or a measure that returns text — ends up showing the result of that calculation item, instead of its intended output.
The usual DAX functions like SELECTEDVALUE or VALUES don't work as expected with calculation groups. Also, excluding unrelated measures by adjusting the calculation items DAX's like using ISSELECTEDMEASURE & IF is not an scalable solution, and it makes the calculation item DAXs much more complex.
One common workaround is to create a separate table with the same metric names and use that for slicers. For this purpose, a relationship is required between this proxy table and the Caclution Group table which is currently unavailable in Power BI. It'd be very useful if this issue was resolved sooner or at least the relationship of the proxy table and the calculation group table would become available.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.