Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Dec 22, 2025
Topics: 1 / Replies: 1937
Reply
RE: Index not referencing new columns

Hi Dave, Calculations and references using row index are slow. If you can prepare a sample of your data and query, and explain what you are tryi...

7 years ago
Forum
Reply
RE: Import excel data from OneDrive location

Hi Steffen, Use Power query, New Query-From Other Sources-From Sharepoint List. You will be able to login after you provide the user and pass after...

7 years ago
Forum
Reply
RE: Fail to load table to excel sheet from Query editor

Hi, All you can do is to increase the timeout value: Source = Web.Page(Web.Contents("http://edge.pse.com.ph/disclosureData/dividends_and_rights_...

7 years ago
Forum
Reply
RE: Index 'offset' really slowing refresh times

Hi Dave, Use Table.Buffer to speedup: #"Added Index" = Table.Buffer(Table.AddIndexColumn(#"Removed Columns", "Index", 1, 1)), You can also op...

7 years ago
Forum
Reply
RE: How to compare two worksheets in a dynamic way

Indeed PQ is not the right way. Power Pivot is the way to go, PQ will have to combine all worksheets data to pass it to Power Pivot. There you can set...

7 years ago
Forum
Reply
RE: Accumulative Count in Power Query

Hi Muhammad, It can be done, but as Mynda said, it's best to do it in Power Pivot, because Power Query is not as fast. Here is a query you can t...

7 years ago
Forum
Reply
RE: DAX - Rolling 12 Mo.:FIND FIRST YR WITH DATA

Hi Harry, try to build test measures and display them in pivot. For example: Test1:=MAX ( 'Date Table'[Year] ) Test2:=CALCULATE ( MIN ( 'D...

7 years ago
Forum
Reply
RE: LEN function equivalent in Power Query

Hi Cindy, When you import from a folder that might have some files open, it's a good idea to filter out the temporary files that are created by exc...

7 years ago
Forum
Reply
RE: Getting the value of the current month

Can you attach a screenshot of your pivot table with the wrong count displayed?

7 years ago
Forum
Reply
RE: Getting the value of the current month

Hi, Don't expect to see the correct values in Power Pivot editor. The measures should be designed to calculate the correct values in a pivot tab...

7 years ago
Forum
Reply
RE: Extracting Text

Hi Robert, The name ReplacementList was not recognized where? In the sample file I sent, if you read the query, you will see it, open the advanced ...

7 years ago
Forum
Reply
RE: Index match to find first non-zero value

It's not impossible, but keep in mind that if you don't find an easy solution, most likely your data structure is not ideal and that usually leads to ...

7 years ago
Reply
RE: Appended data

Can you attach the file again? can't download.

7 years ago
Forum
Reply
RE: Difference from previous [field] in Power BI

Hi Rita, Indeed, the key is ALLSELECTED. First, calculate the previous row index, based on selected data: PreviousRowIndex = CALCULATE(MAX('S...

7 years ago
Forum
Reply
RE: 1 Million Row Limit

Here is it, i just did what I already said: added an index column, then a custom column with the formula provided. Load the query as a connection o...

7 years ago
Page 94 / 130
0