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 team please I need help,
I have this table :
Name Number_A Number_C
AA 5 6
BB 9 10
Total 14 16
And I need to calculate Number_C for each Name Divide by the total of Number_A
Exemple : I need to calculate: (6/14)*100
(10/14)*100 …
NB : Number_A / Number_C are 2 calculate measure
Thanks for your help ,
Solved! Go to Solution.
Replace ALL(YourTable) with ALLSELECTED() and it should do the thing.
Hi,
You can create two measures:
Total_Number_A = CALCULATE([Number_A];ALL(YourTable)) Number_C / Total_Number_A % = DIVIDE([Number_C];[Total_Number_A])
Then just use Formatting options in Modeling tab of Power BI Desktop to make the last one measure formatted as percentage.
Hope that helps.
Cheers,
Pawel
hi @Anonymous
Thanks for you answer but the problem that I use a filter so when I use
Total_Number_A = CALCULATE([Number_A];ALL(YourTable))
It gives me all the count …
Replace ALL(YourTable) with ALLSELECTED() and it should do the thing.
@Anonymous
thanks for your help
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
71 | |
38 | |
31 | |
27 |
User | Count |
---|---|
91 | |
50 | |
44 | |
40 | |
35 |