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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Giada90
Helper III
Helper III

formula from dax to m

Hi,

I need to create a formula like this from dax to m

dafx formula:

column1=  DATEDIFF(foglio1[field1], TODAY(), MONTH)

thanks

 
1 ACCEPTED SOLUTION
DOLEARY85
Super User
Super User

Hi,

 

this is how the calculated column would work for datediff in months between 2 fields:

 

Number.Round(Number.From(([Column2] -[Column1])/( 365.25 / 12 )) ,0 )

 

I would create a custom column for todays date and use that as one of the fields before this column.

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

View solution in original post

3 REPLIES 3
DOLEARY85
Super User
Super User

Just to follow up you can replace the today column in the datediff calc with:   Date.From( DateTime.LocalNow()) 

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

thanks!

DOLEARY85
Super User
Super User

Hi,

 

this is how the calculated column would work for datediff in months between 2 fields:

 

Number.Round(Number.From(([Column2] -[Column1])/( 365.25 / 12 )) ,0 )

 

I would create a custom column for todays date and use that as one of the fields before this column.

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

August Carousel

Fabric Community Update - August 2024

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