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 table A and table B. There is no active relationship between both of them.
I have created two measures in Table A based on USERELATIONSHIP between Table A & Table B.
I have put both the measures in one column chart graph.
If i select measureX on graph it should filter Table B using relationship1. If i select measureY on graph it should filter Table B using relationship2. I want to show the filtered data of table B in a table visual.
Solved! Go to Solution.
Hi @darshaningale,
I think you are misunderstood with USERELATIONSHIP functions.
Power bi not able to dynamically change the active relationship based on selection. (this function does not change the active relationship)
It will change the DAX expressions filters to use an inactive relationship key to filter on your expression and not affect the current relationship and filter interaction of visuals.
Regards,
Xiaoxin Sheng
Hi @darshaningale,
I think you are misunderstood with USERELATIONSHIP functions.
Power bi not able to dynamically change the active relationship based on selection. (this function does not change the active relationship)
It will change the DAX expressions filters to use an inactive relationship key to filter on your expression and not affect the current relationship and filter interaction of visuals.
Regards,
Xiaoxin Sheng
@darshaningale , the measure should use userelationship on the columns inactive joins
refer my blog -https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...
or
The measures are already using USERELATIONSHIP while calculating.
Measures are working fine. The data is not getting filtered according to the measure selected.
@darshaningale , No very clear. If you click on table and other should filter(others) using this relation, that that others visual should also have measures using this relation
Not very clear @darshaningale ...can you share a file with sensitive data removed if possible to understand this better ?
Lets say TableA = Sprint Names & Table B = Bugs information.
I have created two measures Open Bugs & Closed Bugs and i am showing that in a column chart.
Now I can count the number of Open bugs from Table B. However when i click the measure value in the chart it should only show Open bugs from Table B.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
27 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |