Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I am trying to create this Matrix table: I do not need labels in totals for the non-additive columns. I only want to see the Total amount. I am unable to see any settings under Format grid of PowerBI desktop to achieve this.
I also want to be able to show row count for each currency.
Something close to below:
Solved! Go to Solution.
Hi @Anonymous ,
Please see the attachment.
You can use the HASONEVALUE function to control the return value of subtotals.
Measure = IF(HASONEVALUE('Table'[Date]),MAX('Table'[ID]),COUNT('Table'[ID]))
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Please see the attachment.
You can use the HASONEVALUE function to control the return value of subtotals.
Measure = IF(HASONEVALUE('Table'[Date]),MAX('Table'[ID]),COUNT('Table'[ID]))
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi
Try to move the non-additive columns into rows and off the stepped Layout.
Thanks
Hari
User | Count |
---|---|
64 | |
59 | |
47 | |
33 | |
32 |
User | Count |
---|---|
84 | |
75 | |
56 | |
50 | |
44 |