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
Anonymous
Not applicable

Divide values of one column by the total of a different column

I would like to add columns that take different subtotals for one location and divide by the total for that location in the format of percentage. See images for dataset and example

 

simteron_0-1679706575677.png

simteron_1-1679706614378.png

 

2 REPLIES 2
halfglassdarkly
Resolver IV
Resolver IV

Try creating a new measure as below, and adding as a second Values field in your matrix table:

 

Percentage = 

DIVIDE(
       CALCULATE(COUNT('BAML Checks'[Location]),
                 ALLEXCEPT('BAML Checks','BAML Checks'[Location],'BAML Checks'[Age Bucket]),
       CALCULATE(COUNT('BAML Checks'[Location]),
                 ALLEXCEPT('BAML Checks','BAML Checks'[Location]),
0)

 

 I don't think there is a way to hide the total % in a matrix table without hiding the count total, so you will end up with a % total of 100% for each row. If that's an issue you might need to build this using a standard Table visual with measures for each column.

amitchandak
Super User
Super User

@Anonymous , for that you to have add an additional row to your dimension or use an extended dimension

 

Check how custom totals added here

Power BI How to get the P&L formatting right: https://youtu.be/C9K8uVfthUU

 

https://medium.com/microsoft-power-bi/power-bi-formatted-p-l-with-custom-sub-totals-and-blank-rows-e39ca822908a

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.