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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
winters_c
New Member

Page level Filter not working

LossDate_Filters_On_All_Pages.PNG

 

The above page level filter is not sorting the correct results.

 

Please advise

1 ACCEPTED SOLUTION
v-tsaipranay
Community Support
Community Support

Hi @winters_c ,

Thank you for reaching out to the Microsoft Fabric Community. Also thank you @Elena_Kalina for pointed out the common reasons this issue might happen like conflicting filters, hidden time values in the LossDate column, mismatched date formats, or filters that sit right at the edge of the date range.

 

To address your issue in more detail, first make sure that LossDate is part of an active relationship in your data model and properly linked to the visuals you're using. Also, check if any of your measures use functions like REMOVEFILTERS or ALL() these can override the filters you've applied on the page. Please confirm that you’re using the exact same LossDate column in both your visuals and the filter pane. If time values are causing trouble, try creating a date-only version using DATEVALUE([LossDate]). As a quick test, try filtering a small date range like just one week and see if the issue still happens. These steps should help you get your filters working correctly.

 

Hope this helps. Please reach out for further assistance.

If this post helps, then please consider to Accept as the solution to help the other members find it more quickly and a kudos would be appreciated.

 

Thank you.

 

View solution in original post

7 REPLIES 7
v-tsaipranay
Community Support
Community Support

Hi @winters_c ,

 

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

 

Thank you.

v-tsaipranay
Community Support
Community Support

Hi @winters_c ,

 

I wanted to follow up on our previous suggestions. We would like to hear back from you to ensure we can assist you further. Please let us know if there’s anything else we can do to help.

 

Thank you.

v-tsaipranay
Community Support
Community Support

Hi @winters_c ,

Thank you for reaching out to the Microsoft Fabric Community. Also thank you @Elena_Kalina for pointed out the common reasons this issue might happen like conflicting filters, hidden time values in the LossDate column, mismatched date formats, or filters that sit right at the edge of the date range.

 

To address your issue in more detail, first make sure that LossDate is part of an active relationship in your data model and properly linked to the visuals you're using. Also, check if any of your measures use functions like REMOVEFILTERS or ALL() these can override the filters you've applied on the page. Please confirm that you’re using the exact same LossDate column in both your visuals and the filter pane. If time values are causing trouble, try creating a date-only version using DATEVALUE([LossDate]). As a quick test, try filtering a small date range like just one week and see if the issue still happens. These steps should help you get your filters working correctly.

 

Hope this helps. Please reach out for further assistance.

If this post helps, then please consider to Accept as the solution to help the other members find it more quickly and a kudos would be appreciated.

 

Thank you.

 

Hi @winters_c ,

 

I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.

 

Thank you.

 

Elena_Kalina
Solution Sage
Solution Sage

Hi @winters_c 

  1. Check for Conflicting Filters. Verify if any visual-level filters or "Filters on all pages" are unintentionally overriding your date filter.

  2. Time Component Handling

    • Your filter includes 10 AM timestamps, which may conflict with your data.

    • Recommendation: Remove time components by:

      • Creating a date-only column: Date = DATEVALUE([LossDate])

      • Using the filter without manual time entries.

  3. Date Format Validation

    • Confirm your dataset’s LossDate format matches the filter’s MM/DD/YYYY expectation.

    • Quick Test: Add a table visual showing raw LossDate values to spot inconsistencies.

  4. Boundary Testing

    • Test a narrower range (e.g., 1/1/2025–1/15/2025) to isolate edge-case issues.

    • Check if records on 4/1/2024 or 3/31/2025 are included/excluded as expected.

winters_c
New Member

 cannot share this file. Restricted.

 

The page level filter is not rendereing the correct number of records

MasonMA
Community Champion
Community Champion

@winters_c Hi, would you mind sharing a sample file or more contexts? also, why would you use filter to sort results? 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors