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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
alisaleh
Advocate I
Advocate I

Filtering throug inactive indirect relationship

I have the following tables with the following relationship A<...*:*...>B, B-*:1->C where C is some lookup table. Lets say in table A there is Status field called IsCompleted which is used in BarChart like this to show total iscomplete true vs false.

 

alisaleh_1-1648888348928.png

 

Lets say I have drop down slicer for the lookup table C. The problem I have given indirect relationship and given is that when I select a value from the slicer to filter by, the tolals in the bar chart doesnt change. I tried using USERELATIONSHIP and ALLSELECTED but nothing worked! how can I get this working? Thanks alot.

 

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

Hi @alisaleh ,

 

I create a sample to have a test, and USERELATIONSHIP should work well.

Table A:

RicoZhou_0-1649146522570.png

Table B:

RicoZhou_1-1649146529037.png

Table C:

RicoZhou_5-1649147122448.png

Relationship:

RicoZhou_3-1649147090703.png

Measure = 
CALCULATE(SUM('Table A'[Value]),USERELATIONSHIP('Table A'[Category],'Table B'[Category]), USERELATIONSHIP('Table B'[Category],'Table C'[Category]))

Result is as below.

RicoZhou_4-1649147104844.png

If this reply still couldn't help you solve your problem, please share a sample file with me. And show me a screenshot with the result you want. This will make me easier to find the solution.

 

Best Regards,
Rico Zhou

 

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

1 REPLY 1
v-rzhou-msft
Community Support
Community Support

Hi @alisaleh ,

 

I create a sample to have a test, and USERELATIONSHIP should work well.

Table A:

RicoZhou_0-1649146522570.png

Table B:

RicoZhou_1-1649146529037.png

Table C:

RicoZhou_5-1649147122448.png

Relationship:

RicoZhou_3-1649147090703.png

Measure = 
CALCULATE(SUM('Table A'[Value]),USERELATIONSHIP('Table A'[Category],'Table B'[Category]), USERELATIONSHIP('Table B'[Category],'Table C'[Category]))

Result is as below.

RicoZhou_4-1649147104844.png

If this reply still couldn't help you solve your problem, please share a sample file with me. And show me a screenshot with the result you want. This will make me easier to find the solution.

 

Best Regards,
Rico Zhou

 

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

 

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

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