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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
RT6
Frequent Visitor

Related in Direct Query Mode

Hello! 

 

I am trying to do basic calculation Related in the Direct Query mode:

 

Sales Amount = RELATED('product'[Unit_Price]) * sales_streaming[Units]

 

RT6_0-1669842012789.png

 

 

and i get the following error:

RT6_1-1669832206976.png

 

Is there any work around to perform the calculation between two tables in the direct query mode?

 

Thanks!

 

 

4 REPLIES 4
v-yetao1-msft
Community Support
Community Support

Hi @RT6 

Did you use conditional formatting for your fields when your connection mode is Import ? 

 

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

v-yetao1-msft
Community Support
Community Support

Hi @RT6 

This error is thrown when some aggregation (in this case the count) is been translated to M for execution, so it's not really SQL yet . You can check your query in Power Query Editor to see whether some queries affect your operation . 

 

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

What i also found in this paper, Related should be supported in DAX:

https://www.sqlbi.com/whitepapers/directquery-in-analysis-services-2016/RT6_1-1669883934078.png

 

Hi Alisa!

 

Thanks fro your answer.

The issue is after any transformation in Power Query, like split columns, change data type etc i get the following error:

 

RT6_0-1669881762322.png

 

I need to maintain Direct Query connection. I can aggregate two tables for example, but i cannot change data type even in PB Desktop, so i cannot perform any calculations.

 

Any ideas? Thanks!

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors