cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Anonymous
Not applicable

Show Data of last refresh date in Report

Hello All,

 

It would be a great help if someone provide a good solution for my Q.A mentioned below.

 

In my report, i have a refresh date column through which user will have feasibility to see past data. i will use this column as slicer. Now, when ever my report got refreshed i want to see data of only last refresh date value. 

 

Pls help me out on this.

 

TIA

1 ACCEPTED SOLUTION

Hi @Anonymous ,

 

I suggest you create a query parameter by last refreshed date :

 

DateTime.Time(DateTime.LocalNow())

 

Then filter your raw data by it:

 

= Table.SelectRows(#"Removed Columns2", each [orderdate] = Parameter1)

 

For more details, please refer to https://www.enhansoft.com/how-to-add-the-last-refreshed-date-and-time-to-a-power-bi-report/ and https://powerbi.microsoft.com/en-us/blog/deep-dive-into-query-parameters-and-power-bi-templates/

 

Best Regards,

Dedmon Dai

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

@amitchandak  and @KBO ,
just to make clear, my requirment is not to show the last refresh date in report, i want to filter the whole report data with the latest refresh date.

Hi @Anonymous ,

 

I suggest you create a query parameter by last refreshed date :

 

DateTime.Time(DateTime.LocalNow())

 

Then filter your raw data by it:

 

= Table.SelectRows(#"Removed Columns2", each [orderdate] = Parameter1)

 

For more details, please refer to https://www.enhansoft.com/how-to-add-the-last-refreshed-date-and-time-to-a-power-bi-report/ and https://powerbi.microsoft.com/en-us/blog/deep-dive-into-query-parameters-and-power-bi-templates/

 

Best Regards,

Dedmon Dai

If you have a date calendar. Assume sales table represent the most recent data

Have a new column like

Lastest = if(Date[Date]= maxx(Sales,[Sales Date]),"Latest","Other")

 

You can use this as a filter.

 

Refer : https://www.youtube.com/watch?v=HBFc1eBSfb8

https://community.powerbi.com/t5/Desktop/Latest-Date-Filter/td-p/556579

Hi @Anonymous ,

than use this methode :):

Date 3.jpg

You can set this also on page level ;).

Choose the last day or today, what you like ;).

 

Best,

Kathrin

 

 

 

 

If this post has helped you, please give it a thumbs up!
Did I answer your question? Mark my post as a solution!

KBO
MVP

Hi @Anonymous ,

you can choose this methode:

https://www.excelguru.ca/blog/2016/06/08/display-last-refreshed-date-in-power-bi/

 

 

or you can set the field on earliest date:

Date 2.jpg

Best,

Kathrin

 

 

 

 

If this post has helped you, please give it a thumbs up!
Did I answer your question? Mark my post as a solution!

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors