Forum Discussion
blackgold
3 years agoRegular Visitor
Daily Values from Running Total
Hello, I am attempting to get daily values from the running total. I have three columns Key, Date, Cumulative Cases. I am trying to get the daily values per key. I have attached a picture from ...
aj1973
3 years agoCommunity Champion
Did you modify the measure in the picture above to get it work as a Measure? Like in the Return, did you add Sum(Table...)
Try to evaluate your VAR one by one until you get to know which one needs a little modification..... remember to keep the logic of your calculated column.
blackgold
3 years agoRegular Visitor
What function should I use 'Table'[key] since it is a string?