Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Power Query - Include specific sections of the report based on a title of the specific cell reference and stop when there is a blank row.

Hi Jason, Nothing attached. Rather than a picture, can you create a file with sample data? Will be much easier to help you.

4 years ago
Forum
Reply
RE: Start and End Dates Columns

Ok, so Modification 1 has the finish date of FINISH 2 ?! What's the order of the operations, as it's not as obvious as you may think. The date column ...

4 years ago
Forum
Reply
RE: Interactive Leave Management

Hi Charlie, There is no attachment, please try again attaching the files, use also the Start Upload button, not just the select files button.

4 years ago
Forum
Reply
RE: Gantt Chart Scheduler with "today flag" incorrectly showing on the month

Hi Steven, You have to specify all possible scenarios to view or hide that shape, If-Then-Else might not be enough. use ElseIf: If Month(Date) &...

4 years ago
Forum
Reply
RE: Queries and Connections - Intermittent Timeout Error [DateSource.Error]

Hi Bob, Try to increase the Timeout parameter to 2-3 minutes, that web server might be very busy. Web.Contents("your URL here", [Timeout=#durati...

4 years ago
Forum
Reply
RE: Floating point and double in power query

hi Jaryszek, You have to use the Power Query documentation, but you cannot set single precision/double precision or double extended in PQ, use only...

4 years ago
Forum
Reply
RE: Start and End Dates Columns

Hi Victor, You have: MODIFICATION 1- Start Date: 1/1/2003 , Salary: 1091.25 In your desired output, from where is Finish Date coming from, no...

4 years ago
Forum
Reply
RE: Trying to create table from named range on the fly

#table needs lists as arguments. This is already a table: Source= Excel.CurrentWorkbook(){[Name="MainNR"]}[Content][Column1] You don't need {...

4 years ago
Forum
Reply
RE: Conditional formatting in a Power Query pivot table

Hi Sofie, Here are some resources related to pivot conditional formatting. Make sure your pivot are properly formatted according to this article, ...

4 years ago
Forum
Reply
RE: "Problems obtaining data" error message

Hard to say, you might have to move the files from the SP folder, put there only 1 file and refresh the query, until one of them fails, this way you c...

4 years ago
Forum
Reply
RE: Add rows incrementally to Power Query Table

First, read the source table and load to output worksheet. For now, it's just a mirror of the source table. Next, go to the sheet with the output t...

4 years ago
Forum
Reply
RE: Close and Load to Existing Worksheet Greyed Out

Hi Katie, I don''t know the reason, as it's not documented anywhere, all you can do is to add to a new worksheet then cut the table and paste it wh...

4 years ago
Forum
Reply
RE: Legend changes when filtered

Hi Julie, The problem is explained here: You will also find some workarounds there.

4 years ago
Reply
RE: VBA script to keep trend line for disappearing

No worries, you can add as many messages you want, if the issue is not solved

4 years ago
Forum
Reply
RE: VBA script to keep trend line for disappearing

To call the code at workbook open: Private Sub Workbook_Open() Call AddTrendLine End Sub To call the code from sheet module, using an event tha...

4 years ago
Forum
Page 36 / 130