March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have a matrix control with two column settings, a "Half Year" and a "Month".
H1 H2
Jan, Feb, Mar, Apr, May, Jun, Total Jul, Aug, Sep, Oct, Nov, Dec, Total
Is it possible to show a "% of Total" value beside the Half Year totals without showing them against each month?
i.e.
H1 H2
Jan, Feb, Mar, Apr, May, Jun, Total, % of Total Jul, Aug, Sep, Oct, Nov, Dec, Total, % of Total
Solved! Go to Solution.
Hi @niallhannon ,
I'm afraid that you need to create a measure for % total and then drag it to value field in matrix.
However, it will show like this if you have two values under value fields.
Best Regards,
Cherry
% of Total = Var t = CALCULATE(sum('Table'[AMT]),ALL('Table')) var h = sum('Table'[AMT]) var tp = DIVIDE(h,t)*100 Var ret = IF(not(HASONEVALUE('Table'[Month])),tp,BLANK()) return ret
in the matrix values formating tick show on rows
Proud to be a Super User!
Hi @niallhannon ,
I'm afraid that you need to create a measure for % total and then drag it to value field in matrix.
However, it will show like this if you have two values under value fields.
Best Regards,
Cherry
If you can provide some sample data it would greatly help. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
119 | |
88 | |
73 | |
67 | |
49 |
User | Count |
---|---|
199 | |
141 | |
97 | |
79 | |
68 |