Forum Discussion
Some dax functions does not work on PBRS
- 8 years ago
Hi dagurkuden,
I got information that unfortunately we do not have any information on road map to consider near future. I would request to create comment on forum https://ideas.powerbi.com/forums/265200-power-bi , So that product team will consider the same based on priority and requirement.
Regarding the error, please double check if the Allow unrestricted measures in Direct query mode option is enabled. Also as the Values() function return in a column of unique values, please modify the measure like below:
Measure = CALCULATE(SUM('Product'[Amount]),FILTER(ALL('DateVal'),'DateVal'[DateCol] in VALUES(DateVal[DateCol])))
or
Measure 2 = CALCULATE(SUM('Product'[Amount]),ALL(DateVal),VALUES(DateVal[DateCol]))
As I tested, it can work fine both in desktop and report server.
Best Regards,
Qiuyun Yu
Hi dagurkuden,
I can reproduce this issue on my side as well. Already reported it internally, will update to you once I get any information.
Best Regards,
Qiuyun Yu