Forum Discussion
Justas4478
2 years agoPost Prodigy
Controlling years on source table date
Hi I have this Query: Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMjbQNzDWNzIwNFWKjQUA", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text...
Anonymous
2 years agoNot applicable
Try:
Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMjbQNzDWNzIwNFWKjQUA", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [#"Start Date" = #"custom1"[Second Column]),
--Nate
- Justas44782 years agoPost Prodigy
Hi, Anonymous I am getting cycle reference error.
Sorry for misunderstanding instead of trying to incorporate column what I needed was only Date.AddYears function.