Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I display in a matrix visual in Power BI:
Rows:
Values:
I also have a filter on another Dimension that I use: Dimension2[Rep]
It works fine with no issues.
Now, I have added the next measure:
IF (
ISINSCOPE ( 'Client'[Name] ),
MAX ( 'Client'[Responsible] ),
CALCULATE (
FIRSTNONBLANK ( 'Client'[Responsible], 1 ),
FILTER (
'Client',
'Client'[Client Number (Legacy)] = 'Client'[Client Number]
)
)
)
(That is, if the matrix is expanded it just returns the responsible for each client, but when it is collapsed, it will find the Responsible where Legacy=Client Number)
After I added this measure in the matrix; the filter on Dimension2[Representative],stopped working! Why is it?
@ovonel
I can see what you have done, but I was not able to reproduce the issue for investigation. Can you also provide a sample table with the above text description. Thanks.
Paul Zheng
User | Count |
---|---|
18 | |
18 | |
14 | |
14 | |
13 |
User | Count |
---|---|
17 | |
14 | |
11 | |
10 | |
8 |