- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Microsoft Fabric Community Conference 2025
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
Subject | Author | Posted | |
---|---|---|---|
08-20-2024 09:01 AM | |||
07-10-2024 02:08 PM | |||
Anonymous
| 01-24-2023 07:51 AM | ||
03-29-2024 01:59 AM | |||
07-04-2024 11:47 AM |
User | Count |
---|---|
21 | |
17 | |
12 | |
6 | |
5 |
User | Count |
---|---|
29 | |
25 | |
20 | |
13 | |
10 |