Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Here is my DAX for column [Estimated End Date]
Both No Course and Unsubmitted does not have any values in column [DurationDays]
Is there a way to fix the values within [Estimated End Date] and change from 30/12/1899 into -
Hi @Anonymous ,
You can modify your dax as follows:
Estimated End Date = IF(NOT(ISBLANK(Courses[DurationDays])), Trainings[Start Date] + RELATED(Courses[DurationDays] ), "-")
Thanks,
Pragati
HI @Anonymous ,
I think you are creating a measure.
You need to create a Calculated Column
Pls check.
Regards,
HN
It still does not work and I don't know why.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 15 | |
| 8 | |
| 8 | |
| 8 |