|
Your Power Query file works perfectly. On your machine. Then someone else tries to use it and suddenly nothing refreshes because the folder path points to your laptop. This is why people move files to SharePoint. Same folder, everyone can access it, no more path issues. Great. You'll just use the SharePoint Folder connector and... π΅βπ« Ok, which path it's supposed to be? Here's the catch: Power Query shows you a giant list of URLs instead of folders. Well, there is a better way. And it takes exactly one tiny tweak. Step 1: Get the Site URLGo to Data > Get Data > From File > From SharePoint Folder. Paste your Site URL. Just the main part: https:// your-organisation .sharepoint.com/sites/ site-name/ Step 2: The one-word fixClick Transform Data (not Combine, not Load). You'll see SharePoint.Files in the formula bar at the top. Change it to SharePoint.Contents. That's it. One word. Step 3: Navigate like a humanNow instead of scanning URLs, you see your actual folder structure. The Content column shows Table (folder) or Binary (file). Check the Name column for the actual names. Click on the "Documents" Table to drill down. Then click through each folder (Table) until you reach the one you want. If you get lost, click the gear icon next to "Navigation" in the Applied Steps. You'll see a folder tree you can use to course-correct. When you only see "Binary" in the Content column, you're at the last level. Click the double-down arrow in the Content column header to combine all files. That's much more manageable than the cryptic URL hunt. And faster, too. Next month when your team adds new files to that folder, just hit refresh. Everything updates automatically. Share the report, and anyone with SharePoint access can use it. Tips like this and 50+ other automation headaches are what our Automate Excel Recipes course is built around. Each lecture is a real-world challenge with messy data you work through and solve. If that sounds like your kind of thing, take a look. π€ Geeky NewsπΊοΈ Azure Maps Visual gets Markers in Power BIPower BI's Azure Maps Visual just added a feature that makes location data way more readable: custom markers. Instead of generic dots on a map, you can now use actual icons. Trucks for deliveries. Warehouses for facilities. Alert symbols for problems. The markers scale based on your data (bigger shipment = bigger truck icon) and you can rotate them to show direction on a route. Useful if you're tracking logistics, retail locations, or utility networks. It makes maps that actually tell a story instead of just showing dots. Available now in the January 2026 version of Power BI Desktop and Service (requires Pro or Premium license). π Google Calendar now shows all calendars you ownIf you own secondary calendars in Google Calendar (team schedules, project trackers, shared resources), they'll now always show up in your calendar list. Before, owned calendars could disappear from your view even though you were still responsible for managing them. Now they stick around so you can actually control sharing settings and permissions. If you don't want to see a calendar, you can hide it from your main view or transfer ownership to someone else. Rolling out now. No action needed unless you're on Apple Calendar (you'll need to enable sync manually). π Edit password-protected Office files in Google WorkspaceYou can now open and edit password-protected Microsoft Office files directly in Google Docs, Sheets, and Slides. Before, you'd have to download the file and use a third-party app to remove the password or edit it. Now when you open a protected file in Drive, you'll get prompted for the password. Choose "Preview" to view it without removing protection, or "Edit" to open it in Google's editors (this removes the password from the file). Makes it easier to work with files that come from teams using Office. Available now to all Google Workspace users. π 2.5 hours instead of a full dayCongrats to Ravish on completing Automate Excel Recipes π Full day to 2.5 hours! Automations that actually work. What would that look like for you? See you next week, Leila When you're ready, here are some ways we can help: π Join 400,000+ members in our coursesβ πΊ Get free tutorials on YouTubeβ π₯ Train your whole team with our courses. Team pricing and progress tracking - reply for details. This newsletter contains affiliate links, which give us a small commission at no cost to you. Thank you for your support! |
XelPlus is a leading online education company, providing training courses for Excel, Power BI, Finance, and Google Sheets. XelPlusβ bestselling courses are popular among financial analysts, CFOβs, and business owners. Technology is changing fast. We help our members turn confusion into confidence with every skill learnt.
Here's a situation I hear about all the time. Someone leaves. Could be a data analyst, could be the "Excel person" on the team. And whoever's left behind is now responsible for spreadsheets they didn't build and reports they don't fully understand. Someone wrote in from our survey recently, an administrator at a charity. The analyst who set everything up moved on, and now it's her job to keep it all running. She's watching YouTube videos to figure out how to create charts. She's using a pivot...
You import a CSV in Power Query... Dates have errors. Numbers won't calculate. What just happened? Here's what's usually happening. Your computer is reading the file with your regional settings. So if your CSV uses commas as decimal separators (like 1,5) but your system expects dots (like 1.5), Power Query gets confused. Same with dates. Is 04/05/2025 April 5th or May 4th? Depends on where you are. The fix: Change Type Using Locale. But here's the part that trips people up - order matters....
Let's say you're waiting for colleagues to submit the latest data. You need to check if the files came in. And if the data is complete. So you start opening files one by one. It's tedious. And completely avoidable. When Microsoft released the new IMPORTCSV function, I wasn't ready to throw Power Query out the window. It still handles far more sources and does things this new function simply can't. But it got me thinking. What if you could peek at a CSV without fully loading it? Just enough to...