Forum

Mynda Treacy
@mynda
Admin
Member
Joined: Jul 16, 2010
Last seen: Aug 6, 2025
Topics: 0 / Replies: 4768
Reply
RE: Blank Entries in Slicer

Hi David, The only way to remove blanks from Slicers is to ensure they don't show up in the PivotTable, and you can do this by filtering them out. ...

2 years ago
Reply
RE: Conditionally format calendar based on list

Cheers, Todd. I think this is probably a candidate for a recursive lambda function, but I didn't have the headspace to write it last night!

2 years ago
Reply
RE: Conditionally format calendar based on list

Hi Todd, Thanks for clarifying. I simplified it from this: =IFERROR(VSTACK(FILTER(FILTER(DROP(SORT(UNIQUE(TOCOL(D60+DROP(REDUCE(0,E60-D60,Custom...

2 years ago
Reply
RE: Dashboard that shows multi year data and pivot tables with slicers

Hi Lori, Welcome to our forum! Please upload an Excel file with some dummy data, the PivotTables and a mock-up of what you'd like to see so we c...

2 years ago
Reply
RE: Conditionally format calendar based on list

Thanks for clarifying, Todd. That sure is a doozy! I couldn't follow how you're supposed to fill out the flexible working table to trigger the formula...

2 years ago
Reply
RE: Line Chart showing up as dots and not lines

Hi Rose, The issue is that you haven't changed the date data type using 'change type using locale'. Please read the file called 'Read me first' t...

2 years ago
Reply
RE: Conditionally format calendar based on list

Very nice, Todd. I'm not sure where the 9 day fortnight column is that you're referring to. Here's a tip for conditional formatting: This formul...

2 years ago
Reply
RE: Grand Totals on Pivot Charts

The dynamic named ranges refer to the CUBE formula table, not the source data. You then use those names in your chart, as explained in the tutorial ca...

2 years ago
Reply
RE: Grand Totals on Pivot Charts

The dynamic named ranges are for the data that feeds the chart so that as you add more months to your source data, those should feed thorugh to the CU...

2 years ago
Reply
RE: Unpivot Table with multiple headers and columns

Hi Rik, Welcome to our forum! Please try uploading again. Be sure to click the 'start upload' button and wait for the grey check mark beside the fi...

2 years ago
Reply
RE: Get data from file on FTP server

Hi Bax, There's no native way to connect. You can either write your own FTP scripts to download the files from the FTP server to a local folder, or...

2 years ago
Forum
Reply
RE: Change source location of files for power query

Hi Ashley, The SharePoint connector is only available in Excel 2019 or 2021 Professional Plus or with a Microsoft 365 Apps for Enterprise license. ...

2 years ago
Forum
Reply
RE: Dynamic Drop down list that hides used Items

In that case I would rearrange the data so that it is already stacked vertically because there is no easy way to stack it in a formula in earlier vers...

2 years ago
Reply
RE: 7.03 Path folder

Hi Dario, Remember, Power Query is case sensitive. You have named the step 'path' lower case and you're referencing it with 'Path' upper case. M...

2 years ago
Forum
Reply
RE: Dynamic Drop down list that hides used Items

Hi Michalis, Use this formula in cell O6 instead: =UNIQUE(VSTACK(A6:A20,C6:C20,E6:E20,G6:G20,I6:I20,M6:M63),,TRUE) Mynda

2 years ago
Page 20 / 318