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.
I have a data looks like below
Its a matrix where calculation is like
(sum of all values of column1 /sum of E)*100
so it has be for each row of account column.
.
i refraim my query
top most view is data and then matrix view.
To conclude.
all sum of rows must be divide by same value gross sales *100
Show your underlaying data structure or table please. Is gross sales a column in your table?
Proud to be a Super User!
gross sales is same as other values as account in that column
Proud to be a Super User!
= DIVIDE(
CALCULATE(sum('table'[column1], REMOVEFILTERS(),
sum('table'[column1])
User | Count |
---|---|
73 | |
69 | |
36 | |
26 | |
24 |
User | Count |
---|---|
97 | |
92 | |
54 | |
45 | |
41 |