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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

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)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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?

Anonymous
Not applicable

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

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.