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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Gingy2217
New Member

Additional calculation row in matrix

Gingy2217_0-1747164392424.png

Is there a way to add a line item labeled "Calculation" which takes the ("Total Sales" + "Operating Costs")/"Operating Costs" for each year?

1 ACCEPTED SOLUTION
maruthisp
Super User
Super User

Hi Gingy2217,

Please find the attached pbix file with your solution implemented.
Additional calculation row in matrix.pbix

If this reply helped solve your problem, please consider clicking "Accept as Solution" so others can benefit too. And if you found it useful, a quick "Kudos" is always appreciated, thanks! 

 

Best Regards, 

Maruthi 

LinkedIn - http://www.linkedin.com/in/maruthi-siva-prasad/ 

X            -  Maruthi Siva Prasad - (@MaruthiSP) / X



View solution in original post

6 REPLIES 6
v-achippa
Community Support
Community Support

Hi @Gingy2217,

 

Thank you for reaching out to Microsoft Fabric Community.

 

Thank you @danextian@maruthisp and @Syndicate_Admin for the prompt response.

 

As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the super user resolved your issue? or let us know if you need any further assistance.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.

 

Thanks and regards,

Anjan Kumar Chippa

Hi @Gingy2217,

 

We wanted to kindly follow up to check if the solution provided by the super user resolved your issue.

If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.

 

Thanks and regards,

Anjan Kumar Chippa

Hi @Gingy2217,

 

As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the super user resolved your issue.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.

 

Thanks and regards,

Anjan Kumar Chippa

danextian
Super User
Super User

Hi @Gingy2217 

 

You cannot assign a value to a row that doesn't exist so that extra row must exist first in your table. Please check out this tutorial. A link to a sample pbix is in the video description. https://youtu.be/R5fCJP6x03Y 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
maruthisp
Super User
Super User

Hi Gingy2217,

Please find the attached pbix file with your solution implemented.
Additional calculation row in matrix.pbix

If this reply helped solve your problem, please consider clicking "Accept as Solution" so others can benefit too. And if you found it useful, a quick "Kudos" is always appreciated, thanks! 

 

Best Regards, 

Maruthi 

LinkedIn - http://www.linkedin.com/in/maruthi-siva-prasad/ 

X            -  Maruthi Siva Prasad - (@MaruthiSP) / X



Syndicate_Admin
Administrator
Administrator

You need to create an additional row to your dim table where your "FS Description" is stored.
Then create a conditional measuse (like IF "FS Description" = "Calculation", Ventas totales" + "Costos operativos")/"Costos operativos).
Just to give you an idea without knowing your structure of data model

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors