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.
Hi there,
I have the following matrix table on powerBI - columns marked with "1" and "2" come from their source data respectively. Issue now is that I want to filter the table to when rows in match each other, i.e when columns 1 and 2 are both Essential Health etc
Is there a way to create a DAX formula to filter?
Hey @tiffanyt123 ,
I don't really know what you want to do.
You can create a measure like that:
Is Franchise the same =
IF (
MAX ( 'Table 1'[Franchise] ) = MAX ( 'Table 2'[Franchise] ),
"They are the same",
"They are not the same"
)
Then you could filter the visual for the measure. Check this article about filtering visuals by a measure (middle of the article, filter by measure):
If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
Best regards
Denis
Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic
User | Count |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
13 | |
11 | |
9 | |
6 |