Forum Discussion
Running total through direct query mode in PowerBI
- Anonymous9 years ago
Hi Rajiv1237,
Did you turn on the "allow unrestricted measures in directquery mode" option? If not you can turn on it first.
In addition, my formual is a measure, don't put it in calculate column.
Regards.
Xiaoxin Sheng
- 9 years ago
RunningTotalinPowerBI = SUMX(FILTER(ALLSELECTED(YearQty), YearQty[DateKey]<=MAX(YearQty[DateKey])), YearQty[Qty])
Filter works in Direct Query Mode: We have to check the option in Power BI desktop ‘Allow unrestricted measures in DirectQuery mode’
File -> Option and settings -> Option
Its DirectQuery Mode not Loading the data into PowerBI.
Filter function doesn't work in PowerBI Direct Query Mode
Filter function doesn't work in Direct Query Mode
Hi Rajiv1237,
Did you turn on the "allow unrestricted measures in directquery mode" option? If not you can turn on it first.
In addition, my formual is a measure, don't put it in calculate column.
Regards.
Xiaoxin Sheng