Forum Discussion
TrentS
1 year agoHelper IV
Summarize error but no Summarize function
Hi, Please help me make sense of this error. I cannot share the pbix file. The data source for this is a shared model. When creating a line chart, with PERIOD as the x-axis (a whole number refere...
- 1 year ago
Hi Akhil,
Thanks for the follow up. We actually went another direction with the DAX in this case so it was not the solution in this case. However, I did forward your code on to the team for use in another similar situation.We appreciate your work there. Kudos given and thank you!
lmolus
1 year agoAdvocate II
Even thougt yuu are not using summarize, the engine might during query evaluation.
It is simple calculation, all yuu need is just simple DAX.
Your measue in not working because yuu are using wrong approach.
There is a lot of articles and video's describing how to calculate running total.