Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
M-Anant
Frequent 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. 

 

However, post deployment, we are getting error messages like -  

Function 'PREVIOUSYEAR' is not supported in DirectQuery mode. 

 

Is there any configuration required on the RS to enable it ? Or Anything else ? 

 

Thanks

1 ACCEPTED SOLUTION
mgmeyer
Power BI Team
Power BI Team

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.

View solution in original post

7 REPLIES 7
mgmeyer
Power BI Team
Power BI Team

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.

dlshryoc
Regular Visitor

 

I'm not sure if this works in earlier versions of Power BI Report Server, but using the March 2018 release, I was able to extend the DAX functions available in direct query by making the following change:

 

In this file:

c:\Program Files\Microsoft Power BI Report Server\PBIRS\ASEngine\msmdsrv.ini

 

I changed this:

 
<EnableAllFunctions>0</EnableAllFunctions>
 
To this:
<EnableAllFunctions>1</EnableAllFunctions>
Once I made the change, I found the msmdsrv.exe process and killed it, forcing Power BI to restart the SSAS instance.
Yousra
Advocate I
Advocate I

Hello,

 

Any update on this?

I'm having the same problem while using the TOTALYTD function.

v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @M-Anant,

 

I could reproduce the same problem in my test. I have reported it internally to consult with PG. Will update here once I get any reponse from product team. 

 

Regadrs,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hello All, 

 

Is there a way to reach out to the product team ? 

This issue is a show-stopper for us now and we need a quick turnaround. 

 

We could see that this issue does not exist on Power BI Online. 

Is there any Product Backlog for the next release visible to users ? 

 

Any response is appreciated. Thanks. 

Anonymous
Not 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...

@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. 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.