Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
DATE(if isnull([date range 1]) then [Date range 2] else [date range 1] END)
How to conver this tableau function into power BI dax
Solved! Go to Solution.
@Anonymous ,
if isblank([date range 1]) , [Date range 2] ,[date range 1] )
or
Coalesce([date range 1],[Date range 2] )
datevalue is need to concert to date if need
datevalue(Coalesce([date range 1],[Date range 2] ) )
@Anonymous ,
if isblank([date range 1]) , [Date range 2] ,[date range 1] )
or
Coalesce([date range 1],[Date range 2] )
datevalue is need to concert to date if need
datevalue(Coalesce([date range 1],[Date range 2] ) )
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 |
|---|---|
| 77 | |
| 37 | |
| 31 | |
| 29 | |
| 26 |