The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi all,
I'm using calculated groups in Tabular Editor to format the data in the chart that I'm also using switching with. The chart switches between two measures one of which I display as a whole number and the other to three decimal points. That all works fine but there are a couple of issues I can't get around;
Any tips or advice would be greatly appreciated.
Thank you,
DHB
Solved! Go to Solution.
Hi,
1) Look for the "Format String Expression" for each of the calculation items.
2) Calculation groups apply to all of your measures, unless you use IF(NOT(ISSELECTEDMEASURE(...)), SELECTEDMEASURE(), <yourCode>)
BR
Hi,
1) Look for the "Format String Expression" for each of the calculation items.
2) Calculation groups apply to all of your measures, unless you use IF(NOT(ISSELECTEDMEASURE(...)), SELECTEDMEASURE(), <yourCode>)
BR