Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
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
Solved! Go to Solution.
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.
Proud to be a Super User!
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.
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
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
69 | |
68 | |
40 | |
29 | |
26 |
User | Count |
---|---|
88 | |
49 | |
45 | |
38 | |
37 |