Roiarthur
Active member
Hi everyone,
I just wanted to point out that it seems the BBCode code tag in XenForo doesn't properly handle expressions that include double curly braces, like in Power Query (M language) formulas.
For example, this line:
I just wanted to point out that it seems the BBCode code tag in XenForo doesn't properly handle expressions that include double curly braces, like in Power Query (M language) formulas.
For example, this line:
Code:
= Table.TransformColumns(#"Étape précédente", {{"Montant", each Text.Select(Text.From(_), {"0".."9",",",".","-"})}})
Last edited: