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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Filtering between dates

I have a page that is filtered to show only data for todays date but I would like to be able to select between specific dates to get data but when I try everything shows 0. Is there a way to be able to show only todays data and be able to slice between dates to show the data between selected dates?

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

If there is page-level filter from filter pane. then the only way to avoid is to use a measure that ignores that time values. Better you move that filter from page filter to a relative date slicer 

https://docs.microsoft.com/en-us/power-bi/visuals/desktop-slicer-filter-date-range

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

3 REPLIES 3
v-gizhi-msft
Community Support
Community Support

Hi,

 

Please try this measure:

Today Values = CALCULATE(SUM('Table'[Values]),FILTER('Table','Table'[Date]=TODAY()))

Choose this measure as a card visual, then choose date as a slicer, the result shows the today data and selected date duration data:

53.PNG

Hope this can help.

If you still have any issue, please give more info and share some sample data and expected result.

Thanks!

 

Best Regards,

Giotto Zhi

 

amitchandak
Super User
Super User

If there is page-level filter from filter pane. then the only way to avoid is to use a measure that ignores that time values. Better you move that filter from page filter to a relative date slicer 

https://docs.microsoft.com/en-us/power-bi/visuals/desktop-slicer-filter-date-range

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
rajendraongole1
Super User
Super User

Refer this:

 

https://community.powerbi.com/t5/Desktop/Between-2-dates-in-FILTER-function/m-p/890552

 

https://community.powerbi.com/t5/Desktop/Filter-Measure-Between-Dates/m-p/918931

 

 

Hope it helps.

 

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.