This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA 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.
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.
Solved! Go to Solution.
Based on your description, maybe you don't need to change the DAX formula, just modify the interaction between the two visuals.
https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions
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.
https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions
Thanks for your help. It works 🙂
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 25 | |
| 25 | |
| 22 | |
| 13 |
| User | Count |
|---|---|
| 59 | |
| 50 | |
| 25 | |
| 20 | |
| 20 |