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.
Hi
Need help,
I want row wise 100% of category and sub category please suggest DAX code
I am using Matrix Visual for this, Category and Subcategory are Rows and A,B,C,D are single column , Please help
Solved! Go to Solution.
@Anonymous , You want % of row-wise total for a measure M1 . Sub Category on column
Divide([Measure], calculate([Measure],removfilters(Table[ Sub Category]) ) )
or
Divide([Measure], calculate([Measure],filter(allselected(Table), Table[Category] = max(Table[Category]) ) ) )
Percent of Total and Percent of SubTotal https://www.youtube.com/watch?v=6jTildcV2ho
@Anonymous , You want % of row-wise total for a measure M1 . Sub Category on column
Divide([Measure], calculate([Measure],removfilters(Table[ Sub Category]) ) )
or
Divide([Measure], calculate([Measure],filter(allselected(Table), Table[Category] = max(Table[Category]) ) ) )
Percent of Total and Percent of SubTotal https://www.youtube.com/watch?v=6jTildcV2ho
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |