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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Anonymous
Not applicable

How can I Prevent Only One Filter For Only One Visual

Hi everyone,

 

I'm trying to build a SMS delivery dashboard for a company. 

 

I'm trying to calculate AVG of SMS delivery time for month, week, and day as seconds. I'm using the measure formula below.

 

I dont want my date filter effect this visual that im using measure below. I tried to use ALL function but it didnt work. Any help?

 

Thanks.

 

MonthAverage = CALCULATE(AVERAGE(vSmsMessageDashboardRpt[SecDifference]), FILTER(vSmsMessageDashboardRpt, FORMAT(vSmsMessageDashboardRpt[SystemDate], "dd/mm/yyyy")>= FORMAT(DATE(YEAR(TODAY()),1,1), "dd/mm/yyyy")))
 
ssc.jpg
1 ACCEPTED SOLUTION

Based on your description, maybe you don't need to change the DAX formula, just modify the interaction between the two visuals.

  1. Select the Filter
  2. Choose Tab "Format", click "Edit interactions"
  3. Make sure the Filter still seletecd, then choose none for another visual.

https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

I tried to use ALL function like below but it didnt work.

 

MonthAverage = CALCULATE(AVERAGE(vSmsMessageDashboardRpt[SecDifference]), FILTER(vSmsMessageDashboardRpt, FORMAT(vSmsMessageDashboardRpt[SystemDate], "dd/mm/yyyy")>= FORMAT(DATE(YEAR(TODAY()),1,1), "dd/mm/yyyy")), ALL(vSmsMessageDashboardRpt[SystemDate]))

Based on your description, maybe you don't need to change the DAX formula, just modify the interaction between the two visuals.

  1. Select the Filter
  2. Choose Tab "Format", click "Edit interactions"
  3. Make sure the Filter still seletecd, then choose none for another visual.

https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions 

Anonymous
Not applicable

Thanks for your help. It works 🙂

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.