Forum Discussion
Power Query
Could you please clarify bit more. If we speak about cells formatting these are things like color change, number format, column width and like.
If repeating rows which you'd like to remove (aka headers) you may filter them within the query - add one more step and filter Hours (attached).
- Steph_tuckerJan 25, 2019Copper Contributor
I am unsure how to 'you may filter them within the query - add one more step and filter Hours (attached).'
I have deleted the 'Header Rows' within the Power Query Editor - but once I refresh the Master Key spreadsheet after the hours cells have been updated the 'Header Rows' re-appear again and the formatting of the spreadsheet returns back to the default.
- SergeiBaklanJan 26, 2019Diamond Contributor
We speak about "Combine_Excel__2" query?
Here in query editor you may filter Hours column as
This step generates M code which you may see in formula bar
= Table.SelectRows(#"Changed Type", each ([Hours] <> "Hours"))
- Steph_tuckerJan 31, 2019Copper Contributor
Thank you so much for your help - I was extremely over thinking the question!
Is it possible for me to have a Subtotal at the end of each dept that collapses without it pulling the Subtotal information into the Pivot table?