The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.
User | Count |
---|---|
28 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |