Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Dec 22, 2025
Topics: 1 / Replies: 1937
Reply
RE: Making "the golden graph"

Trond Liavik said Running totals AMOUNT: There should be no flat graph from 201906-12, running totals is just repeating itself then. Here period amou...

7 years ago
Reply
RE: Making "the golden graph"

Hi Trond, I doubt that MDX is easier than DAX. I think they are equal in complexity, it simply depends on user specific training and abilities. An ...

7 years ago
Reply
RE: sumif formulas across several worksheets?

Hi Lannie, In Power Query Editor, what settings you have for Data Source Settings? (go to Home Tab>Data Source Settings) There should be 2 ob...

7 years ago
Reply
RE: Chart that shows a rolling 12 hour period

Try this : let Source = Folder.Files("C:Usersc3hamDocumentsCount data"), #"Filtered Rows" = Table.SelectRows(Source, each Text.EndsWith([Extensio...

7 years ago
Reply
RE: Aggregate function, array formula, combination or other?

Hi Carl, Without a sample file with data, there are small changes to receive an answer, nobody can test a solution with unknown data structure. ...

7 years ago
Reply
RE: Adding rows based on columnar data

Hi James, It is possible, but there are some inconsistencies in your data. If product name is null, then qty and price should be null in all sectio...

7 years ago
Forum
Reply
RE: Chart that shows a rolling 12 hour period

Hi Craig, you should apply a filter to your query, to load only the last 12 hours data. First, add a parameter to detect the highest date in you...

7 years ago
Reply
RE: Error 267 & key didn't match any rows in the table.

Hi Denise, Using the automatic "Combine Data" button provided by power query is not very flexible, you should avoid that if there may be changes in...

7 years ago
Forum
Reply
RE: Calculating work hours between two dates HELP!

Hi Dinah, Please continue this topic, do not create new topics with replies to the same problem.

7 years ago
Reply
RE: MROUND equivalent in PQ

Hi Chandra, Number.Round has multiple rounding modes, have you tried them all? Here is a link to the resource, you have multiple examples on that p...

7 years ago
Forum
Reply
RE: Message box should appear only once, when spreadsheet is opened

Hi Gayatri, The worksheet_Change event provides an argument named Target: Private Sub Worksheet_Change(ByVal Target As Range) The calculate e...

7 years ago
Forum
Reply
RE: Message box should appear only once, when spreadsheet is opened

Hi Gayatri, In this case, instead of monitoring K4 and L4, put in code the ranges that you are actually editing manually that can cause changes in ...

7 years ago
Forum
Reply
RE: GET DATA WITH POWER QUERY from an excel file or a csv stored in one drive or in sharepoint

Hi Stefano, After you paste the link and choose next, a new dialog should show up: Access Web Content, on the left side you should have 5 authentic...

7 years ago
Forum
Reply
RE: Dashboard data refresh

Hi Roxana, Go to Data tab, Connections section, and click on Connections button. Select WorkbookConnectionTable1 and choose Remove, this is the one...

7 years ago
Reply
RE: Saving to pdf and next number

Hi Melanie, I see you have a code for setting the next number, you just need to call the NewInvoice code after you save as pdf: Sub CommandB...

7 years ago
Forum
Page 91 / 130
0