cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors