This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
I'm needing some help to calculate the over all percentage of each SKU.
So this way I can create a card one showing the total number of times the customer has selected that SKU, as well as what percentage is it of all of the SKUs that are available.
Any help would be greatly appreciated
Solved! Go to Solution.
Figured it out thank you all though!! 🙂
HI @LyonsBI_BRL .
Follow the below mentioned steps in order to get the desired output;
1)Create a measure as TotalCount=COUNT(Table(SKU)).
2)EveryCount=CALCULATE([TotalCount],ALL(Table(SKUCategory)).
3)%ofTotal=DIVIDE([TotalCount],[EveryCount],0).
Regards,
Sanket Bhagwat.
@Anonymous is there a way to exclude rows? Basically I have several rows that return NO SKU Selected, can I exclude those?
If there are less rows and you can identify which rows have no SKU, then you can filter out those rows in the filter pane.
@LyonsBI_BRL , Based on what I got, You can right click on measure and use % of total in visualization.
Or create a measure
divide(count(Table[SKU]), calculate(count(Table[SKU]), allselected(Table)))
Figured it out thank you all though!! 🙂
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 21 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 56 | |
| 55 | |
| 43 | |
| 26 | |
| 24 |