Forum Discussion
EmQuery
3 years agoFrequent Visitor
Expression.Error: We cannot apply field access to the type Duration
Still expanding on learning M. I have come across an issue I can't resolve. My original data has Duration values, but some of them start with a colon (":"). In order to fix that, I create a f...
- 3 years ago
You have: [Duration Fix][Value]
It should be:
[Try Duration Fix][Value]
or
[Duration Fix]
P.S. This can be simplified to
try [Duration Fix] otherwise [Login Duration]
EmQuery
3 years agoFrequent Visitor
Thank you, Sir!! Much appreciated. Worked like a charm.