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
oscarV
New Member

Format matrix value as a percentage for one row

Hello everyone,

 

I'm trying to put a matrix together showing a condensed P&L statement based on the data below. My issue is that I need to divide the P&L values by 1000, EXCEPT the EBITDA %, which I'll need to show as a percent. Please see the data below. Let me know if there is any other information I can provide.

 

oscarV_0-1652105846224.png

 

Thank you.

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@oscarV , New column

 

= if([Is In] ="EBITAD %", [Total], [Total]/1000)

 

it total is measure , then measure

 

= if(max(Table([Is In]) ="EBITAD %", [Total], [Total]/1000)

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@oscarV , New column

 

= if([Is In] ="EBITAD %", [Total], [Total]/1000)

 

it total is measure , then measure

 

= if(max(Table([Is In]) ="EBITAD %", [Total], [Total]/1000)

Hello @amitchandak ,

 

Thank you for helping out! The code below gives me an error.

oscarV_0-1652107906183.png

 

I'm a bit new to PBI so apologies if I'm not being very clear. What I've done to follow your recommendation was to hit the button circled below:

oscarV_1-1652107991394.png

 

Any reason why the error might appear?

Hi @oscarV,

In fact, they are DAX formulas and they are not supported to use this in the query editor. Please save and back to the data view and create a calculated column with these formulas.

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

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.