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])
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
339 | |
96 | |
61 | |
49 | |
47 |
User | Count |
---|---|
324 | |
118 | |
81 | |
68 | |
63 |