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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
tmanohara
Regular Visitor

"Allow unrestricted measures in DirectQuery mode" is not there !!!

Screenshot from 2023-03-29 16-10-43.pngI'm using DirectQuery as data connectivity mode in my project. But I want to use some functions like FILTER, CALCULATE, LOOKUPVALUE etc. 

I can use them when I'm creating Measures. But I want to use them when creating Columns.  

 

I'm Using,

Power Bi Desktop Version: 2.112.1161.0 64-bit (December 2022) 

1 ACCEPTED SOLUTION
v-yueyunzh-msft
Community Support
Community Support

Hi , @tmanohara

According to your description, you want to use the FILTER, CALCULATE, LOOKUPVALUE in Direct query.

Sorry for this function can not be used to create a column in the Direct Query mode :

These function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.

For this , you can refer to the Dax document to check if some function can be used  to create a column in the Direct Query mode.

The main reason is that under Direct Quey mode, only DAX statements that support query folding (converting DAX statements into the language of the data source, so as to send the corresponding query to the data source in real time) can be used, which is also the limitation of Direct Query mode.

 

For more information, you can refer to :
LOOKUPVALUE function (DAX) - DAX | Microsoft Learn

Query folding guidance in Power BI Desktop - Power BI | Microsoft Learn

 

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

 

View solution in original post

2 REPLIES 2
v-yueyunzh-msft
Community Support
Community Support

Hi , @tmanohara

According to your description, you want to use the FILTER, CALCULATE, LOOKUPVALUE in Direct query.

Sorry for this function can not be used to create a column in the Direct Query mode :

These function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.

For this , you can refer to the Dax document to check if some function can be used  to create a column in the Direct Query mode.

The main reason is that under Direct Quey mode, only DAX statements that support query folding (converting DAX statements into the language of the data source, so as to send the corresponding query to the data source in real time) can be used, which is also the limitation of Direct Query mode.

 

For more information, you can refer to :
LOOKUPVALUE function (DAX) - DAX | Microsoft Learn

Query folding guidance in Power BI Desktop - Power BI | Microsoft Learn

 

Thank you for your time and sharing, and thank you for your support and understanding of PowerBI! 

 

Best Regards,

Aniya Zhang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

 

That is very informative. Thank you @v-yueyunzh-msft  

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors