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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
IvanDP
New Member

Filter page by column value

Good morning,

 

is there anyway that I can set a page level filter to a report and use a column as a part of the filter.

 

I'm trying to filter by year dinamically, so this year I'll have year 2020, 2021 and 2022 but next year I would like to have 2021, 2022 and 2023 without changing the filter every time

 

thanks for your help

1 REPLY 1
amitchandak
Super User
Super User

@IvanDP , You need create a column like this you date table/table

 

Switch(True() ,

[Year] >= year(Today()) -2 && [Year]  >= year(Today())  ,  "Last three year"

[Year]

)

 

You can save page on last three year

 

Default Date Today/ This Month / This Year: https://www.youtube.com/watch?v=hfn05preQYA

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.