Forum Discussion
dpombal
9 months agoPost Partisan
timestamp custom format for milliseconds not working
Hi all I have a timestamp with precission of milliseconds even nanoseconds and in powerbi desktop this custom format is not working dd/MM/yyyy hh:mm:ss.fff also tried with dd/MM...
- 9 months ago
Hi dpombal ,
Create a duplicate column(TradeTimestamp-copy) in power query and convert it into Text.
Then in Table visual ,use the TradeTimestamp-copy for table visual.For sorting TradeTimestamp-copy column use original TradeTimestamp column.
Please give Kudos or mark it as solution once confirmed.
Thanks and Regards,
Praful
Praful_Potphode
9 months agoSuper User
Hi dpombal ,
Create a duplicate column(TradeTimestamp-copy) in power query and convert it into Text.
Then in Table visual ,use the TradeTimestamp-copy for table visual.For sorting TradeTimestamp-copy column use original TradeTimestamp column.
Please give Kudos or mark it as solution once confirmed.
Thanks and Regards,
Praful
- dpombal9 months agoPost Partisan
for sorting do you use the original timestamp or the number column you create?