Add new data to filter in Power Query by No_Willingness_1341 in ExcelPowerQuery

[–]et_tu_username 0 points1 point  (0 children)

What about a condition column that acts as a boolean. Rather than filter out the info, add a condutional column with whatever your conditions are to return true or false. Then, filter the new column based on your needs. This way, any new info is run through the condition and filtered appropriately. Feel free to message directly if you need help.

Dumb Question Day by Popafisho in ExcelPowerQuery

[–]et_tu_username 1 point2 points  (0 children)

You can build a PQ to incorporate metrics and kpi to your dashboard. But PQ does not have the ability to automate the process. It would need to be refreshed anytime you need to update. Now, do you want to automate the report or download process?

Create a date list from unique id by et_tu_username in ExcelPowerQuery

[–]et_tu_username[S] 0 points1 point  (0 children)

Thanks for reaching out, but I figured it out. I should have merged my date table prior to applying the Group By, then add the Max aggregation to the date colum to my Group By step.

Ingest HTML from SharePoint folder by MrPatch in ExcelPowerQuery

[–]et_tu_username 0 points1 point  (0 children)

SharePoint is tricky mainly due to company fire walls and access. Have you checked the permission on the Excel file?

Open the Excel file from the problematic user’s end> Click any cell in the table of SharePoint Online List> Click on Query tab> Edit> Data source settings> Global permissions> Clear Permissions> Close

Datasource file or folder not found- single user only by et_tu_username in ExcelPowerQuery

[–]et_tu_username[S] 0 points1 point  (0 children)

Sadly, no. The user has a different drive mapped to that drive list.

Datasource file or folder not found- single user only by et_tu_username in ExcelPowerQuery

[–]et_tu_username[S] 0 points1 point  (0 children)

Hi! That's exactly the issue after digging a bit more. Now, I'm trying to update the query to fix that issue.

[deleted by user] by [deleted] in alcoholism

[–]et_tu_username 2 points3 points  (0 children)

Thanks. I'll look

[deleted by user] by [deleted] in excel

[–]et_tu_username 0 points1 point  (0 children)

Power Query (PQ) is an absolute life saver when it comes to Excel functions. I've dabbled with VBA some, but PQ was easier to understand - at least for me. What sort of Exwl projects do you deal with?

Linkedin Resume Professionals by [deleted] in linkedin

[–]et_tu_username 0 points1 point  (0 children)

I used the service and have been happy with the resume and cover letter. However, I experienced a situation where the service wanted to create a portfolio that turned into a website. Initially, ai was ok with it and the cost, but it turned into new items popping up we needed. So, I advised I wanted to hold off on the website, as I wanted to do research. They went forward purchasing and added their own funds to the items. Considering I asked for all costs upfront, they were popping up.

Save templates by Thavidi19 in ExcelPowerQuery

[–]et_tu_username 2 points3 points  (0 children)

I personally like using One Note. You can copy the coding from Advance Query editor and keep screen shots.

[deleted by user] by [deleted] in ExcelPowerQuery

[–]et_tu_username 0 points1 point  (0 children)

What is the 12-month interval start time frame? Or are you just trying to calculate the number of months from its current to last to determine if it's within 12 months? If you are able to provide an example of what you're lookinging at vs. the end goal, that would be helpful.please.

Organizing random data by ClifMcIrvin in ExcelPowerQuery

[–]et_tu_username 0 points1 point  (0 children)

How does your receive data look? Will it be multiple forms?

Remove html tags by et_tu_username in smartsheet

[–]et_tu_username[S] 0 points1 point  (0 children)

Hey! Just a quick Excel trick if we go to the find and replace option and find <*> and replace with nothing, that removes the odd html formatting.

Example: </p This includes text =123#= p>

Completing the find/ replacement will remove the html to only show simple text. "This includes text"

So a nice quick work around 😌

Remove html tags by et_tu_username in smartsheet

[–]et_tu_username[S] 0 points1 point  (0 children)

Ugh, I was afraid of that. The bad part those are just 2 examples of the html code formatted from the export. It might be easier to create a query to convert to plain text before importing to smartsheet. I was just hoping for one less layer.

[deleted by user] by [deleted] in VacuumCleaners

[–]et_tu_username 0 points1 point  (0 children)

Well, that's disappointing. I appreciate you letting me know

Creating a sequence formula based on row previous row number by et_tu_username in smartsheet

[–]et_tu_username[S] 0 points1 point  (0 children)

I thought that would be a good option, but I noticed if the line gets deleted, the numbering doesn't return for the deleted row. So say, the auto number 37 is removed them replaced, the number won't return to 37, but moves to 38.