Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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?
Solved! Go to Solution.
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:
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
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:
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
8 | |
8 | |
8 | |
6 |
User | Count |
---|---|
14 | |
12 | |
11 | |
9 | |
9 |