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

Row Percent of Row Total Percent

Hello, 

 

I am creating a matrix and I want the percentage of the row total. Instead of it being out of 100%, I just want to get the proportion of the total row percentage. 

 

Example:

                  Jan        Feb       Mar         Total

January      6%         7%        6%            19%   

 

Febuary     4%         3%        2%             9%

 

March        6%         9%        1%            16%

 

 

Thanks for your help if you can

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi JaneElliott,

 

I've made an example with dummydate on how you could solve this.

Dummy DataDummy DataResultResult

I've divided the value with the total value.

The Total value is calculated by the following measure:

Total = SUMX(ALL(Table1);Table1[Value])

I then used the following measure to calculate row percentage:

Percent of Total = SUM(Table1[Value])/[Total]

Hope this will help.

 

Kind Regards,

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Go to Values, right mouse and then Show value as.... percent of row total

Anonymous
Not applicable

Hi JaneElliott,

 

I've made an example with dummydate on how you could solve this.

Dummy DataDummy DataResultResult

I've divided the value with the total value.

The Total value is calculated by the following measure:

Total = SUMX(ALL(Table1);Table1[Value])

I then used the following measure to calculate row percentage:

Percent of Total = SUM(Table1[Value])/[Total]

Hope this will help.

 

Kind Regards,

Anonymous
Not applicable

Thank you, that's exactly what I needed.

Stachu
Community Champion
Community Champion

can you share sample data and syntax for the measures you're using? you can follow the advice here
https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490



Did I answer your question? Mark my post as a solution!
Thank you for the kudos 🙂

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.