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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
kormosb
Helper III
Helper III

Dynamic filter in a table

Hi,

 

I would like to create a dynamic filter on my table, which always exludes the last month (so in this case August).

kormosb_0-1629883229328.png

So, I don't want to use include the filter in the CH% measure, I would like to filter the last month in the table dynamically. I guess I would need a calculated column in the date table, which exlude the last month, right?

 

Thanks in advance,

Benjamin 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@kormosb , assuming CH% is a measure.

A new measure like

 

calculate([CH%], filter(Table, Table[Date]<= eomonth(Today(),-1)))

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

1 REPLY 1
amitchandak
Super User
Super User

@kormosb , assuming CH% is a measure.

A new measure like

 

calculate([CH%], filter(Table, Table[Date]<= eomonth(Today(),-1)))

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

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors