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 All,
In usual cases reports display as of date data present in DB when users opens the report, but in my case if a users opens report on any day in the current month, the report should display data present until last day of previous month.
Thanks in advance.
Solved! Go to Solution.
Hi @Anonymous ,
To display data present until the last day of the previous month when a user opens the report in Power BI, you can create a new measure using the formula .
Last Day of Previous Month = EOMONTH(TODAY(),-1)
To apply the filter, go to the Filters pane, select the column that contains the date data, select "Advanced filtering," choose "is before or equal to," and enter the measure "Last Day of Previous Month" in the value field.
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
To display data present until the last day of the previous month when a user opens the report in Power BI, you can create a new measure using the formula .
Last Day of Previous Month = EOMONTH(TODAY(),-1)
To apply the filter, go to the Filters pane, select the column that contains the date data, select "Advanced filtering," choose "is before or equal to," and enter the measure "Last Day of Previous Month" in the value field.
How to Get Your Question Answered Quickly
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
how to bring the measure into filterpane. i am unable to bring in the last day of month measure into filterpane
in fact table,while taking the data, give date condition as month -1 .
so user selects this month it wont show any data.
Unfortunately there are no any date slicers on the report, it is like user might open the report on any day in the current month and report should show the data what was present as of last day of previous month