Forum Discussion
amansinghfirstb
5 years agoHelper III
Problem in getting % change values
This has been one harrowing tale where so far I have tried every trick in the book to get the answer but nothing has worked so far. I want something like column F( which uses created column G). The ...
DataInsights
5 years agoSuper User
Line 11 of your measure is wrong.
Line 11 should use [TotalQty] (no space). This is a temporary column that is created for calculation purposes.
amansinghfirstb
5 years agoHelper III
Total Qty = SUM ( Orders[Qty] )
DataInsights Did you mean this?
How would you put this in the same measure of order % fluctuation?