Hi,
I have 2 Measure such as Order and sales and Create New Measure Base on ABS (Order - Sales).
Can i Custom the Sub Total for ABS(Order-sales) as shown below?
Thanks
Solved! Go to Solution.
@aritaa01 , Assuming order and sales are measures. Try like
sumx(summarize(Table, Table[category], Table[Product], "_1", ABS([Order] -[Sales])),[_1])
@aritaa01 , Assuming order and sales are measures. Try like
sumx(summarize(Table, Table[category], Table[Product], "_1", ABS([Order] -[Sales])),[_1])
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
190 | |
66 | |
65 | |
55 | |
53 |
User | Count |
---|---|
252 | |
205 | |
101 | |
70 | |
70 |