Forum Discussion
remove date from time - Map
- Anonymous4 years ago
Hi AlexisOlson ,
I have tried to do what you've advised me , so I defined the measure and followed your guide :
I can see that it still adds the extra date for no reason.
Sorry to be a pain , do you have other idea ? or I am doing it wrong ?
EDIT : I've set its format as " text " , now it works, funny enough
All along I just knew it's going to be a simple fix , and I was just overthinking it
Edit 2 :
I've used the solution from here : https://community.powerbi.com/t5/Desktop/Concatenate-date-and-time-from-different-columns-in-one-column/m-p/1080188#M500292
and now I completely sorted out the problem .
Thank you for your help
I'd recommend defining it as an explicit measure and then setting the format of the measure however you'd like.
EarliestTime = MIN ( Table1[Time] )
- Anonymous4 years agoNot applicable
Up