Forum Discussion

jerime's avatar
jerime
Frequent Visitor
4 years ago

Handling Billing Period for Prior Month

I have a table that has a billing period formatted as "202109". I added a column to my table that turns that into a useable date like this, Date.From(Text.From([SI_PRD])&"01", "de-DE"). The prob...