Forum Discussion

inawab's avatar
inawab
Frequent Visitor
3 years ago

Time difference in percentage

Hi,

 

I am calculating the time difference between STA/STD Date/Time LT & MVT message times in power query, and I need to show the time differences in percentage, the numbers are showing -1.60%, 0.28% 1.04%, but I need it to show as 98.4%, 100.28%...etc.

 

How Can I do this???

 

Thank you all,

1 Reply

  • inawab , A new column like

     

    Column = Divide(INT('Table'[STA/STD Date/Time LT]),int('Table'[MVT message]))