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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

How can I bring back the table I had before I grouped two columns?

I want to see the original table and the new columns that got grouped. I'll appreciate the help, thank you.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

Just the name of the table(Step name), which is equal to the name of the query from which the table is the result.

 

If the name of the query (table) contains spaces or other special characters, the name must be included in #"....",
e.g. #"Table name".

vstephenmsft_0-1658220185001.png

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

 

Just the name of the table(Step name), which is equal to the name of the query from which the table is the result.

 

If the name of the query (table) contains spaces or other special characters, the name must be included in #"....",
e.g. #"Table name".

vstephenmsft_0-1658220185001.png

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

That table can always be referred to by its step name, like

 

= TheStepNameBeforeTheGroupStep

 

or like

 

= Table.Join(PriorStep, {"Column"}, StepNameBeforeTheGroup, {"Column"}, JoinKind.Whatever)

 

--Nate

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors