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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

How to create max date measure for displaying in report?

I am trying to do this measure in SSAS Power BI, to display the “Latest data refresh” on a report:

 

select max(d2.DateName)

from FactActions f

join DimActionType d on d.K_ActionType = f.K_ ActionType

join DimDate d2 on d2.K_Date = f.K_Date

where d.Product = 'xyz'

 

 

I am unable to achieve it in DAX, how can I do it?

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

If you need to show the latest data refresh date, it is better to use power query to do it. As shown in the figure below:

vmengzhumsft_0-1667971703681.png

For detailed creation steps you can refer to this official document, which documents the complete instruction process.

Add last refresh date to a Power BI report - Azure DevOps | Microsoft Learn

 

Best regards,

Community Support Team Selina zhu

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

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

 

If you need to show the latest data refresh date, it is better to use power query to do it. As shown in the figure below:

vmengzhumsft_0-1667971703681.png

For detailed creation steps you can refer to this official document, which documents the complete instruction process.

Add last refresh date to a Power BI report - Azure DevOps | Microsoft Learn

 

Best regards,

Community Support Team Selina zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

 

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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