Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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 👍
User | Count |
---|---|
117 | |
74 | |
62 | |
50 | |
46 |
User | Count |
---|---|
174 | |
125 | |
60 | |
60 | |
57 |