Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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!
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 41 | |
| 39 | |
| 20 | |
| 20 |
| User | Count |
|---|---|
| 146 | |
| 110 | |
| 63 | |
| 38 | |
| 35 |