Forum Discussion
How to Filter table data based on USERELATIONSHIP
- Anonymous5 years ago
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
The measures are already using USERELATIONSHIP while calculating.
Measures are working fine. The data is not getting filtered according to the measure selected.
Not very clear darshaningale ...can you share a file with sensitive data removed if possible to understand this better ?
- darshaningale5 years agoResolver II
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.