Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext 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
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.
Thank you.
Solved! Go to Solution.
@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)
@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.
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:
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 43 | |
| 39 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 63 | |
| 31 | |
| 30 | |
| 23 |