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,
Please I want to calculate % for each quarter and not percentage of total in the following visual.
what syntax is needed to do it in dax
Solved! Go to Solution.
@Nihed , Use an aggregations
example
divide(Sum(Table[Headcount (M)]), calculate(Sum(Table[Headcount (M)]), removefilters(Table[gender]))
I have th field headcount culomn in my data not measure what should I do in this case
It seems to me it works well thank you 🙂
User | Count |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
25 | |
12 | |
11 | |
10 | |
6 |