The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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?
@Anonymous
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 |
---|---|
24 | |
10 | |
8 | |
7 | |
6 |
User | Count |
---|---|
32 | |
12 | |
10 | |
10 | |
9 |