Forum Discussion
maf
9 years agoRegular Visitor
Running Count
I've titled this Running Count rather than Running Total as I've seen plenty of examples that sum numerics to a given date. I'd like to count rows to a date rather than sum values. A good exa...
v-yulgu-msft
9 years agoMicrosoft Employee
Hi maf,
Since you were fetching data in Direct Query mode, you should create a measure rather than calculated column. The error was prompted because you created a column using above formula in Direct Query mode.
Regards,
Yuliana Gu
maf
9 years agoRegular Visitor
Can you explain what I should put in the messure to get the same results please ?
- v-yulgu-msft9 years agoMicrosoft Employee
- maf9 years agoRegular Visitor
I've tried using that in a measure but get
Function 'FILTER' is not supported in this context in DirectQuery mode. :(
- TomMartens9 years agoSuper User
Hey,
check the following option
and turn it on, please be aware, that some calculations can slow down your query performance.