Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, I am trying to replace error values in a Time column to the "Current Time". The syntax I suppose should do this, is DateTime.Time(DateTime.LocalNow()). However, this option doesn't seem to be viable.
Any advice please?
Kind regards,
Malan
Solved! Go to Solution.
Hi @Anonymous
You can not do it with the UI as it will not accept functions, however, you can do it by:
Replacing Errors with 00:00:00 like below.
And later replacing the #time( 0, 0, 0 ) in your Replaced Error Step with your expression, like below
Hi @Anonymous
You can not do it with the UI as it will not accept functions, however, you can do it by:
Replacing Errors with 00:00:00 like below.
And later replacing the #time( 0, 0, 0 ) in your Replaced Error Step with your expression, like below