Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
KafeBI
Advocate I
Advocate I

Percentage-based KPI from SSAS Tabular model

Using the new KPI visual that was added to Power BI online recently, I am unable to make it display percentage-based KPIs made in SSAS tabular as percentages. The KPIs and corresponding measures are formatted as percentages in the SSAS model, but the KPI visual in Power BI displays the values as decimal numbers. Any idea how to force it to display these values as percentages?

2 REPLIES 2
oweism
New Member

Hi There,

 

I have good news I was able to do it!

 

First right click on your model and click view code. Then click ctrl + F and look for your measure name space goal for example for me it was [_Schedule Load Goal].

 

Once you reach the <calculationReference> XML tage add this line:

<FormatString>'0.00 %;-0.00 %;0.00 %'</FormatString>

 

Like here:

<CalculationReference>[_Schedule Load Goal]</CalculationReference>
<CalculationType>Member</CalculationType>
<Visible>false</Visible>
<FormatString>'0.00 %;-0.00 %;0.00 %'</FormatString>

 

Please note that both the measure value and gola should have the exact same format for ppowerview to show them as percent. The format string above is for a percentage with 2 decimal points.

Thanks.

This explanation saved our day.

1Year later and still the same issue in the VS Tabular Model Editor.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors