Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 👍
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
62 | |
61 | |
52 | |
39 | |
23 |
User | Count |
---|---|
85 | |
58 | |
45 | |
43 | |
38 |