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! Request now

Reply
riotriot123
Regular Visitor

Advanced Filtering in PowerBI Web Visuals Based on Date Slicer, Version Logic and archive status

Hello PowerBI community!

I'm trying to implement smart filtering in PowerBI visuals. Initially, I've been using a date slicer to show data prior to the selected date. However, this method is not fully meeting my requirements.

Here's an example to illustrate the desired filtering behavior:

 

Input Table:

 

IDVersionDate   IsArchived  Other columns... 
245101/15/2023false...
245103/31/2023true...
245104/15/2023false...
256101/19/2023false...
256202/26/2023false...
256303/23/2023false...
879112/01/2023false...
879201/15/2023false...
879302/23/2023false...

 

When I select the date 02/12/2023 from the date picker, the table should filter as:

 

IDVersionDateIsArchivedOther columns...
245101/15/2023false...
256101/19/2023false...
879201/15/2023false...

 

When I then select the date 04/01/2023, the table should filter as:

 

IDVersionDateIsArchivedOther columns...
245101/15/2023false...
256303/23/2023false...
879302/23/2023false...

 

The aim is to always display the versions relative to the selecteddate, excluding the archived entries. How can I create such a dynamic filter to refine my dashboard and its visuals based on this logic in PowerBI Web?

 

Thank you in advance for your insights and advice!

2 REPLIES 2
lbendlin
Super User
Super User

Like this?

 

lbendlin_0-1699131538183.png

 

Yes this is how the data slicer currently is setted up but i need some additional filter to get the max version per ID which is not archived. Maybe an extra Measure for this FIlter ist needed on top of the data slicer which takes care about the date.

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
Top Kudoed Authors