Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I would like to create a dynamic filter on my table, which always exludes the last month (so in this case August).
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
Solved! Go to Solution.
@kormosb , assuming CH% is a measure.
A new measure like
calculate([CH%], filter(Table, Table[Date]<= eomonth(Today(),-1)))
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |