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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
webportal
Impactful Individual
Impactful Individual

How to format a specific cell or row in a matrix?

How can I format ROI on the matrix below to show percentage values?

 

And leave the other rows formatted as numbers without decimals?

 

Capturar.PNG

1 ACCEPTED SOLUTION
Omega
Impactful Individual
Impactful Individual

Try the below measure and replicate the same for Target. 

 

Actual 2 = IF(MAX(Table1[KPI]) = "ROI",FORMAT(SUM(Table1[Actual]),"Percent"),SUM(Table1[Actual]))

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

See if this idea can be of any help. https://youtu.be/VIYJ8YM2huQ
Omega
Impactful Individual
Impactful Individual

Try the below measure and replicate the same for Target. 

 

Actual 2 = IF(MAX(Table1[KPI]) = "ROI",FORMAT(SUM(Table1[Actual]),"Percent"),SUM(Table1[Actual]))

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.