Forum Discussion
Calculation Group Format Expressions doesn't working with PBI measures
- 6 years ago
Hi Anonymous ,
You need to chnage the data format of your measure in Power BI.
Click on your measure in FIELDS Pane, then on the top ribbon, chnage it to PERCENTAGE as shown in the screenshot:
By Default, number of decimal places is 2, you can modify it to your requirement.
Thanks,
Pragati
Well, the solution is not a solution. When using Calculation groups for Time Intelligence, the Benefits of dragging in a measure and having 3 Columns for one measure are null, if i format the measure as a percentage.
For example:
Selectedmeasure = > Revenue = Sum(Revenue)
Calculation Groups:
- Current = Selectedmeasure()
- Previous Year = Calculate(Selectedmeasure(),Sameperiodlastyear(DateColumn)
- YOY % = [For Simplicity]: Divide ( Current; Previous Year) -1
When using such a calculation group, the used measure Revenue is not a percentage, but a Number. The Formatting is done within the calculation group.
When using SSAS Measures (Mesures created in the SSAS Model) the formatting is fine.
When using PoweBI Measure (Measures created in the pbix File and therefore local model) the Formatting of the calculation group is NOT APPLIED.