Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hey, How do i go back to the steps orgininally done before the error was made and,
Is there any way I can select rows, like I selected columns?
Please help!
Solved! Go to Solution.
Hi @parthkwatra17 ,
The problem is that you have added one step without giving it a name so you need to remove the line below
Concerning the selection part what you need to do is to do a filter condition so in this case would be something similar to:
= Table.SelectRows (#"Removed Other Columns",each [ColumName] = "Personal" or [ColumnName] = "Cash")
Replace the ColumnName by the column where you are filtering those values
So the last two lines of you query can be replaced by:
STEPNAME = Table.SelectRows (#"Removed Other Columns",each [ColumName] = "Personal" or [ColumnName] = "Cash")
in
STEPNAME
Change the STEPNAME by whatever text you want be carefull if you want to have spaces it needs to be like #"This is my step name"
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português@MFelix right, you can add the name for this step, but if you whant to emove this step completely, make sure you hace remved the "," sign from the ned of the previous step.
In power query last step do not need "," at the end
Hi @parthkwatra17 ,
@MFelix is right. Have you tried to do his suggestion? What is the showing after you did his suggestion?
Hi @parthkwatra17 ,
The problem is that you have added one step without giving it a name so you need to remove the line below
Concerning the selection part what you need to do is to do a filter condition so in this case would be something similar to:
= Table.SelectRows (#"Removed Other Columns",each [ColumName] = "Personal" or [ColumnName] = "Cash")
Replace the ColumnName by the column where you are filtering those values
So the last two lines of you query can be replaced by:
STEPNAME = Table.SelectRows (#"Removed Other Columns",each [ColumName] = "Personal" or [ColumnName] = "Cash")
in
STEPNAME
Change the STEPNAME by whatever text you want be carefull if you want to have spaces it needs to be like #"This is my step name"
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Portuguêshey, thanks for getting back.
I am still facing a little issue. Would it be possible to connect over a quick call?
Hi @mussaenda ,
Please connect trough private message with contact information.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsJoin us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.