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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
yakovlol
Resolver I
Resolver I

How to set-up Drill-trough to the table that is not filter by another tabe

Hello community,

 

Could you please advise if there is a way to set up a drill-trough through the 2 tables? That has cross filter direction is single

yakovlol_0-1710846868265.png

 

I cannot to set cross filter direction to Both due to my RLS, but need that behaviour for drill troug page.

Maybe there is a way to activate this relanship in some measure?

 

Thank you!

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

Hi @yakovlol 

 

Maybe you can create a new table with both two tables' data by using crossjoin() function.

Table =
FILTER (
    CROSSJOIN ( TABLE1, TABLE2 ),
    TABLE1[Company Name] = TABLE2[Company Name]
)

Here is the link for your reference.

CROSSJOIN function (DAX) - DAX | Microsoft Learn

 

Best Regards

Zhengdong Xu
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

3 REPLIES 3
v-zhengdxu-msft
Community Support
Community Support

Hi @yakovlol 

 

Maybe you can create a new table with both two tables' data by using crossjoin() function.

Table =
FILTER (
    CROSSJOIN ( TABLE1, TABLE2 ),
    TABLE1[Company Name] = TABLE2[Company Name]
)

Here is the link for your reference.

CROSSJOIN function (DAX) - DAX | Microsoft Learn

 

Best Regards

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

 

Daoud_H
Helper I
Helper I

Hi @yakovlol,

 

I think the method DAX "USERELATIONSHIP" could help you, it will temporary activate an inactive relation.

 

Table 1 and Table 2 - already have a relationship and it's active

yakovlol_0-1710856354326.png

I need something that will activate biderectional filtering of 2 tables

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Carousel June 2024

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

2
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.