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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi, is it possible to change the format of Values in one column in a Matrix? For example, I need to show Rates as a % and Indices as a whole number:
Solved! Go to Solution.
Hi, you can create a dynamic formatting on the column.
For example, keep the value column format as General and create a simple measure on that value column.
As you can see whole numbers are being displyed as number and percentage fields are in %.
If this resolves your problem, then please accept it as solution, thanks!
Hi, you can create a dynamic formatting on the column.
For example, keep the value column format as General and create a simple measure on that value column.
As you can see whole numbers are being displyed as number and percentage fields are in %.
If this resolves your problem, then please accept it as solution, thanks!
This is a great start! I am wondering if I can use Switch/True to add more formats? for example, if I need to show percent, decimal, and whole number - is this possible? I'm not sure how else to identify these types of number formats
Hi,
yes, you can do. using a condition like [sum_val] = or <> INT ([sum_val) you should be able to identify whether a value is decimal or whole number. I have created the format based on the values in your example.
If this resolves your problem, then please accept it as solution, thanks!
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 |
|---|---|
| 104 | |
| 81 | |
| 66 | |
| 50 | |
| 45 |