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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Kolumam
Post Prodigy
Post Prodigy

Calculated table with calculated column

Hi All,

 

I need to create a calculate table which can compute the below calculated column.

Table name : Refresh

Column name: Last Refresh 

Forumla: Last Refresh = UTCNOW()

How do I acheive this using DAX?

3 REPLIES 3
PattemManohar
Community Champion
Community Champion

@Kolumam Please try this as a "New Table" 

 

Refresh = ROW("Last Refresh",UTCNOW()) 

image.png





Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




avdutta
Frequent Visitor

In edit query you at your existing data source, you can add a column like

= Table.AddColumn(#"Renamed Columns1", "Last Refresh Date", each DateTimeZone.FixedUtcNow() )

This will give you last refresh date.

rocky09
Solution Sage
Solution Sage

are you trying to get last refresh date/time or you are trying to create a table based on last refresh date.?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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