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
supervkc
New Member

Percentage with Count Quantity

New user to Power BI here, and I am trying to calculate the percentage of each count of Qty from the total quantity count.

 

I am missing something in my formula, and my percentages are off.

 

I need to calculate 458/572, 92/572 and 22/572.

 

HEX3.2-18.jpg

 

Any help is much appreciated.

2 ACCEPTED SOLUTIONS
v-qiuyu-msft
Community Support
Community Support

Hi @supervkc,

 

In your scenario, you can create a measure with the DAX like below:

 

% = DIVIDE(COUNT('18'[Qty]),CALCULATE(COUNT('18'[Qty]),ALL('18')),0)

 

Assume the sample data like this:

 

q4.PNGq5.PNG

 

Best Regards,
Qiuyun Yu

 

 

 

 

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

Hi,

 

There is another easy way to do it.  Right click the metric or measure. Click Quik calc. In the dialog box, choose percentage of grand total.

 

Capture.PNGCapture1.PNG

View solution in original post

2 REPLIES 2
v-qiuyu-msft
Community Support
Community Support

Hi @supervkc,

 

In your scenario, you can create a measure with the DAX like below:

 

% = DIVIDE(COUNT('18'[Qty]),CALCULATE(COUNT('18'[Qty]),ALL('18')),0)

 

Assume the sample data like this:

 

q4.PNGq5.PNG

 

Best Regards,
Qiuyun Yu

 

 

 

 

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi,

 

There is another easy way to do it.  Right click the metric or measure. Click Quik calc. In the dialog box, choose percentage of grand total.

 

Capture.PNGCapture1.PNG

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.