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
Anonymous
Not applicable

Report should show only data as of previous month last day when users open on any day in current mon

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.

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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.

 

 

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

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

Legend_11
Resolver I
Resolver I

in fact table,while taking the data, give date condition as month -1 . 

so user selects this month it wont show any data.

Anonymous
Not applicable

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

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