Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
mlozano
Helper II
Helper II

POWER QUERY: Transform list into rows or extract values ​​from a list

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?

 

 

 

 

1 ACCEPTED SOLUTION
ChrisMendoza
Resident Rockstar
Resident Rockstar

@mlozano - try something like 

image.png

image.png






Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

Proud to be a Super User!



View solution in original post

1 REPLY 1
ChrisMendoza
Resident Rockstar
Resident Rockstar

@mlozano - try something like 

image.png

image.png






Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

Proud to be a Super User!



Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.