Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I would like to distribute the % for each category of product. I did a selection for only the clients we are lost.
thanks!
Solved! Go to Solution.
That works! Thank you very so much ! So happy to get your help!
you should write a measure as follows:
measure percentage :=
var total = calculate (sum(diff) , all(table)) -- or you can use allselected based on what you expect
return
divide (diff, total)
If this post helps, then I would appreciate a thumbs up and mark it as the solution to help the other members find it more quickly.
Hello,
DIFF is a Measure to calculate the nomber of clients this year VS last year:
([Clients uniques Lub-Carb (présent dans un ou l'autre)]-[Clients uniques (Lub-Carb) same period]).
So in your formula it doesn't work. How to fix it?
User | Count |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
25 | |
12 | |
11 | |
10 | |
6 |