Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi all,
I'm creating in-table KPIs using a mesaure in order to add a colored box inside the cell (and avoid the full-cell color background).
The measure to create this visual is below:
As you can see from the picture, the values are displayed as a number - what I need is to get it to display as a %. The measure is set to display as a %, the field referenced in the calculation is a %, and it's set to % in Field Formatting, but it always stays as a number.
Is it possible to set the output format within the measure, or will it always default to a number?
Solved! Go to Solution.
Can you nest formats like such?
FORMAT ( FORMAT([New Accounts_PL % WTD],"Percent") & " " & Indicator, 0 )
Hope this helps,
Parker
Can you nest formats like such?
FORMAT ( FORMAT([New Accounts_PL % WTD],"Percent") & " " & Indicator, 0 )
Hope this helps,
Parker
@Anonymous,
That seems to work (at least in initial testing); is there a way to specify how many decimals places are used?
I've never done it but apparently it can be done with the FIXED function.
FIXED(<number>, <decimals>, <no_commas>)
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.