This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi Mates,
When I am trying to use the DATEDIFF function in the new column in a selected table then I am getting a value of 44778.
DAX Function in the column is:
Case3 = IF( 2021 <> 2022 && 2022 = 2022 ,DATEDIFF(Sheet1[STARTofYR],TODAY(),DAY), 0)
Quick Measures
[STARTofYR] = DATE(Sheet1[Selected Year],01,01)
[Selected Year] = SELECTEDVALUE(Calender[Date].[Year])
I am getting a value of 44778.
Can someone help me with the problem?
Thank You for the help in advange.
Solved! Go to Solution.
Hi, @Akash18
Calling measure in a calculated column is not recommended.
Please convert 'Case3' into a new measure and display its result in a card/table visual.
Best Regards,
Community Support Team _ Eason
Hi, @Akash18
Calling measure in a calculated column is not recommended.
Please convert 'Case3' into a new measure and display its result in a card/table visual.
Best Regards,
Community Support Team _ Eason
Yes.
Hi!
Do you display values of this measures?
[STARTofYR] = DATE(Sheet1[Selected Year],01,01)
[Selected Year] = SELECTEDVALUE(Calender[Date].[Year])
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 7 | |
| 6 | |
| 6 |