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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.