March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch 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 @ovonel ,
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 @ovonel ,
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
27 | |
17 | |
16 | |
12 | |
11 |
User | Count |
---|---|
37 | |
29 | |
26 | |
20 | |
16 |