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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
marcushart12
Frequent Visitor

Calculate Percentage of Dimensions

I am working with a table that has 24k unique dimension sizes. There are filters on the page that will reduce this number pending the filter on the page. From the distinct dimesion sizes, I am trying to get the total % of those to populate and equal 100%

 

For example, on a page that has State = Florida as the page filter.

I want to see a list of those dimensions that has a sort of 1 by % that will also total to 100%.

The dimesion field  in power bi is a text and Sort is Whole Number

 

marcushart12_0-1729809561584.png

 

I got it working for another table using this forumla 

 

% of Dimensions = DIVIDE(CALCULATE(Count('Missorts Data'[Dimensions])), CALCULATE(SUM('Missorts Data'[Missorts]), ALLSELECTED('Missorts Data')))

 

marcushart12_1-1729809808406.png

 

However, for our other datset, when we use the measure of

% of Dimensions II = DIVIDE(CALCULATE(Count('Power BI - All Bags'[Dimensions])), CALCULATE(SUM('Power BI - All Bags'[Missorts]), ALLSELECTED('Power BI - All Bags')))
 
The table shows as below.. The 6350 should be divided by the total of 197392
marcushart12_2-1729810070778.png

 

 

 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).

Do not include sensitive information. Do not include anything that is unrelated to the issue or question.

Need help uploading data? https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...

Please show the expected outcome based on the sample data you provided.

Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

View solution in original post

4 REPLIES 4
marcushart12
Frequent Visitor

Please disregard this post. I was able to figure it out and it is working now. Thank You

marcushart12
Frequent Visitor

ID NumberDimensionsSortVol
273862330470    14.00x    10.00x     1.0001
273744406443    11.00x     9.00x     1.0011
272962515736     1.00x     1.00x     1.0001
273082718583    12.00x     9.00x     2.0011
776038451205    33.00x    28.00x    10.0011
273114557665    11.00x     7.00x     3.0001
273828316070    11.00x    10.00x     2.0001
618668263001    15.00x    10.00x     2.0011
273490417165    10.00x    10.00x    10.0001
707673697759    12.00x     9.00x     1.0011
712750473882     8.00x     6.00x     1.0001
796802518966    18.00x    13.00x     3.0001
737648244208    14.00x    11.00x     4.0011
737169899396    13.00x     6.00x     2.0001
273876517669     6.00x     1.00x     1.0001

Sample data is attached. Thank You @lbendlin . I am new to Power BI and this platform but catching on pretty fast.

lbendlin
Super User
Super User

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).

Do not include sensitive information. Do not include anything that is unrelated to the issue or question.

Need help uploading data? https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...

Please show the expected outcome based on the sample data you provided.

Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.