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

Get Total of table

Hi All,

 

I have create a table in Power BI Desktop.

It has distinct count by category and items which have been ordered as below.

 

i need the ouput like below table, It simply has (SKU_counts-On_ordered)*total_SKU(distinct)*100.

And it will be dynamically based on the slicer values which i am selecting.

 

Output Needed
Category SKU_Count On Order         Percentage
A             100                  20                  18%         (100-20)/450*100 :- Calculation
B             150                  30                   27%
C             200                  50                   33%
Total      450                  100

Can anyone help me out....

 

Thanks.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

use keepfilters function or

try something like this

Sku_count_total=calculate([Count of all order],allexcept(table_name,table_name[status]))

 

Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar

If I resolve your problem Mark it as a solution and give kudos.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Sku_count_total=calculate([Count of all order],all(table_name))

 

New measure=divide(([Count of all order]-[order count]),Sku_count_total)

 

Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar

If I resolve your problem Mark it as a solution and give kudos.

Anonymous
Not applicable

Thanks PR20048119 ,

 

You are absolutely right in terms of calculation, I have got the numbers what i was looking for.

 

I have just a small question , what to do if i have filteres on ?

 

E.G in the above cae my table is filtered by the status of items which in (Continued/Discontinued).

how to resolve the same in this case?

Anonymous
Not applicable

use keepfilters function or

try something like this

Sku_count_total=calculate([Count of all order],allexcept(table_name,table_name[status]))

 

Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar

If I resolve your problem Mark it as a solution and give kudos.

Anonymous
Not applicable

Thanks Praveen,

 

This did the trick.

 

Appreciate your efforts.

 

Thanks a lot again.

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.