Last seen: Jun 8, 2026
I've not seen this before, Bax. Maybe the measure related to the Slicer is not calculating. Have you tried filtering using the Filter buttons instead ...
Hi Paul, The overall size of the chart will not adjust so that the bars/column remain the same width. This is by design because often a chart will ...
Hi Jorge, Please see the file attached. I used the techniques described in this Power Query Unpivot tutorial for repeating rows. Note: your 'end...
Hi Jorge, Please create a mock up of your desired result based on the data in Sheet1. There is a lot of information in this sheet, however from you...
Hi Steve, You shouldn't need to translate your file as Excel will automatically convert formulas to whatever language settings we have. It might be...
Hi Steve, It's a bit tricky to fully comprehend the issue without a file, however I wonder if you can use this technique to get multiple sheets fro...
This happens with bar charts. You can either sort the PivotTable in ascending order or format the chart axis and under Axis Options, check the box 'ca...
To add a slicer to an existing PivotTable, select a cell in the PivotTable and then go to the Insert tab or PivotTable tab > insert slicer. That wa...
Hi Sherry, Try this in cell C2, then copy down: =INDEX(Sections!$C$2:$C$8,MATCH('Section List'!A2&'Section List'!B2,Sections!$A$2:$A$8&S...
Hi Jessica, I'm not sure what you mean by 'how the tables use the query'. What tables? In the first example I'm not creating a dynamic variable....
Hi Richard, You can use the number grouped data in Power Query technique. Mynda
Hi Ryan, Welcome to our forum! Your conditional formatting appears to be working correctly to me. Your dates span 2020 through to 2022, so you'l...
Hi Jen, Please upload an example file with your before and after views of your data. Please ensure the query in the file is not getting the data fr...
Hi Peter, The FILTER function doesn't return headers, as you've discovered. You would need to use a different formula for this e.g.: =Table1[#He...
Hi Urmas, Thanks for clarifying. You can use Power Query to number rows grouped by ID, then Unpivot and append the number, before pivoting back. Se...