Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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>)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 98 | |
| 72 | |
| 50 | |
| 49 | |
| 42 |