Forum Discussion
M-Anant
8 years agoFrequent Visitor
ReportServer - Unrestricted Measures - Direct Query
Hi Everyone, For a new ReportServer implemented at a customer, when we enable Unrestricted measures for Direct Query (SQL Server 2016), things work fine on Power BI Desktop optimised for RS. ...
- 8 years ago
If you install the latest March release this issue has been fixed, if you're unable to upgrade just yet you can modify your msmdsrv.ini in the PBIRS\AS install folder. Looks for the EnableAllFunctions setting and change it from 0 to 1 and restart the server.
Anonymous
8 years agoNot applicable
Also having this issue as well, and will be a major issue with our upcoming release. Hoping the more who complain the more likely this is resolved...
Yousra
8 years agoAdvocate I
Anonymous M-Anant to bypass this issue you can try to get the measures you want from the initial query.
Example: if you want to have the TOTALYD measure, the query has to return the cumulative total to this day. You can still use the basic arithmetic functions in Power BI with direct query.