Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hello!! I have a list that really only has one year, but I need to extract the year or convert that list to rows.
My function M is the following:
Table.ExpandListColumn(Date[Year])
I also tried with:
Table.TransformColumns(Date[Year], {"Date[Year]", each Text.Combine(List.Transform(_, Text.From)), type text})
In both I get an error, does anyone know how I can correct it?
Solved! Go to Solution.
@mlozano - try something like
Proud to be a Super User!
@mlozano - try something like
Proud to be a Super User!
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.