Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ilcaa72
Helper IV
Helper IV

Filter other chart on 1 dimension but not other dimension, same measure

i have the same measure that i use on a matrix and a bar chart.  On the Matrix i have 2 dimensions, BankID and Date, on the chart I only have 1, Date. 

 

1 month MatchRate Delta = 
IF(ISBLANK(DATEADD(test[Date],-1,MONTH)),BLANK(),  
CALCULATE(sumx(test,test[MatchedRate]), filter(all(test[Date]), test[Date] = max(test[Date])))
- 
CALCULATE(SUMX(test, MAX(test[MatchedRate])), DATEADD(test[Date],-1,MONTH))
)

I want only show the latest Date on the Matrix (filter show latest date) BUT i dont want that filter on the bar chart, I want to be able to select a BankID on Matrix and show the values over time (not filtered) on the bar chart. 

My question is, do I need to duplicate the measure and add a AllExcept to the barchart, or is there another way to accomplish this...  here is a workbook.  https://1drv.ms/u/s!Av69y58QJYzRjyK7uV29mJleakUo

 

matrix_janice.png

 

 

1 ACCEPTED SOLUTION
v-yulgu-msft
Employee
Employee

Hi @ilcaa72,

 

Two options for your reference.

 

1. Add a date slicer. But disable the interaction between slicer and bar chart and table visual.

1.PNG

 

2. Apply visual level filter for Matrix visual based on date column.

2.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-yulgu-msft
Employee
Employee

Hi @ilcaa72,

 

Two options for your reference.

 

1. Add a date slicer. But disable the interaction between slicer and bar chart and table visual.

1.PNG

 

2. Apply visual level filter for Matrix visual based on date column.

2.PNG

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

thanks Yuliana

 

but it only solves 1 of the problems.... when you click a BankID, the bar chart/small table collapse to the Date of the column (filter),  if you notice my first screenshot, i mention that I still want to select a Bank ID, this will allow me to filter the charts for BankID data, but maintain all the dates in the smaller table and barchart...

 

pbi date.png

 

 

Hi @ilcaa72,

 

That case, you need to duplicate the measure and add a AllExcept to the barchart.

 

Regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.