The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
For example, the subtotal Margin % in the subtotal row should be calculated as 26.58 / 60.48 * 100% = 43.95%, instead of summing the individual Margin % values.
Solved! Go to Solution.
Hi,
If $ margin and Total revenue are measures (and if they are not, then you should ensure that they are measures), then this simple measure should work for all rows
Margin (%) = divide([$ margin],[Total sales])
Hope this helps.
Hi,
If $ margin and Total revenue are measures (and if they are not, then you should ensure that they are measures), then this simple measure should work for all rows
Margin (%) = divide([$ margin],[Total sales])
Hope this helps.
User | Count |
---|---|
70 | |
67 | |
63 | |
50 | |
28 |
User | Count |
---|---|
113 | |
78 | |
64 | |
55 | |
44 |