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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
alsm
Helper III
Helper III

multiple slicers with unique values from multiple tables showing as inactive relationship

I have created multiple calcualted tables with unique values from different tables as follows:

 

DistinctCcy = FILTER(DISTINCT(UNION(VALUES(RT_A[CCY]),VALUES(RT_B[Currency]), VALUES(RT_TRC_RATIOS[Currency]))), [CCY] <> BLANK())
DistinctLocation = FILTER(DISTINCT(UNION(VALUES(RT_A[Location]),VALUES(RT_B[Location]), VALUES(RT_C[Location]), VALUES(RT_C[Location]), VALUES(RT_TRC_RATIOS[Location]))), [Location] <> BLANK())

 

etc.

alsm_0-1697729831663.png

when I link these calculated tables to the table 'some' of the links are inactive links and hence cannot be used a slicer. why are some of these inactive link. What am I doing wrong? How to make them active so that they are applicable to all charts

 

1 ACCEPTED SOLUTION
ALLUREAN
Solution Sage
Solution Sage

Hi, 

Would you show the whole picture of your data model. Most probably there is relationship with filter direction set as Both that can cause ambiguity.




Did I answer your question? Mark my post as a solution!


https://allure-analytics.com/
https://www.youtube.com/channel/UCndD_QZVNB_JWYLEmP6KrpA
https://www.linkedin.com/company/77757292/

Proud to be a Super User!




View solution in original post

2 REPLIES 2
ALLUREAN
Solution Sage
Solution Sage

Hi, 

Would you show the whole picture of your data model. Most probably there is relationship with filter direction set as Both that can cause ambiguity.




Did I answer your question? Mark my post as a solution!


https://allure-analytics.com/
https://www.youtube.com/channel/UCndD_QZVNB_JWYLEmP6KrpA
https://www.linkedin.com/company/77757292/

Proud to be a Super User!




Thank you for the hint @ALLUREAN , I deleted the connections and created one-by-one all. This helped me locate the problem relationship. Now all relationships are active

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors