Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I current have a calculated column that counts the number of days between a column called "End Date" and "Positon Filled" and works great when there are dates in both columns, if there is no date in the "Positon Filled" cloulmn, the "Time to Fill" column is empty. Whats the best way to get the coulmn to use "Today" if "Position Filled" is empty?
@StuartSmith Try:
Time to Fill =
VAR __Date = IF([Position Filled + 1] = BLANK(),TODAY(),[Position Filled + 1])
RETURN
DATEDIFF('Cuser Archive data'[End Date +1], __Date, DAY)
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.