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 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
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 |
---|---|
20 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
24 | |
10 | |
10 | |
9 | |
6 |