The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I need to create a formula like this from dax to m
dafx formula:
column1= DATEDIFF(foglio1[field1], TODAY(), MONTH)
thanks
Solved! Go to Solution.
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 👍
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!
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 👍
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
109 | |
80 | |
77 | |
46 | |
39 |
User | Count |
---|---|
141 | |
110 | |
64 | |
64 | |
53 |