Forum Discussion
Cumulative Total
- 9 years ago
Hi Chorri21,
I found your measure worked for me. But I was only working with a very small dataset.
Maybe check your GeneralLedger[Date] column is a date time. Make sure you have the latest version of Power BI.
If that doesn't work, perhaps look to use a date/calendar table to build your measure over.
In any case here is the super simple version using your code.
- 9 years ago
Thank you Phil_Seamark for your replay. Well the issue was in the date format which was imported from the server. There was that option GeneralLedger[Date].[Date] which I had to specify in the code and it has worked well.
Greetings
Hi Chorri21,
I found your measure worked for me. But I was only working with a very small dataset.
Maybe check your GeneralLedger[Date] column is a date time. Make sure you have the latest version of Power BI.
If that doesn't work, perhaps look to use a date/calendar table to build your measure over.
In any case here is the super simple version using your code.
- Chorri219 years agoFrequent Visitor
Thank you Phil_Seamark for your replay. Well the issue was in the date format which was imported from the server. There was that option GeneralLedger[Date].[Date] which I had to specify in the code and it has worked well.
Greetings- Phil_Seamark9 years agoMicrosoft Employee
Nice work! Well done.