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,
I have these two visuals:
Table 1 contains: Material, Date and M1
Matrix 2 contains: Material, Date and M2.
when I select a line in T1, Matrix 2 shows the selected material from T1 as well as the date.
However, I would like Matrix 2 to show the material only and ignore the date selected in T1.
Is that possible somehow?
thanks
Hi @MagikJukas "it depends", basically you want 2 different measure, which is esentially one measure with 2 option?
If yes, usually measure to not affect / calculate Date column could be in general
CALCULATE(
[Your Measure],
REMOVEFILTERS(<Yourtable>[YourColumn])
)
Hope this help, kudos appreciated.
Proud to be a Super User!
they are two different measures.
the problem is that material and date are used in both visualizations.
therefore, when I select a line in table 1, it filters on the same material date combination in matrix 2.
I wish to filter only material in the matrix and not the combination of material and date.
I hope it is clearer now
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
11 | |
11 | |
10 | |
6 |