Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Mar 17, 2025
Topics: 1 / Replies: 1936
Reply
RE: Power Query - Search for Text string on another table, using multiple criteria

To search into another table, create a combined key in that table: UserName * Title Then load the keys into a variable, KeysList = List.Buffer(Y...

1 year ago
Forum
Reply
RE: Power Query - Search for Text string on another table, using multiple criteria

Hi Sherry, If you create a null column in PQ and use a formula in that column, at next refresh it will be replaced indeed. But if you don't add this c...

1 year ago
Forum
Reply
RE: Calendar table does not have capacity to filter by Quarters

Hi Nick, You cannot see the Quarter because it's not there, you have to create a Quarter column if you need it. Use this formula to add a new ca...

1 year ago
Forum
Reply
RE: Data not flowing through to charts correctly.

Hi Jack, Hard to see what you did without a sample file, can you please upload one? thank you

1 year ago
Reply
RE: Compound Interest

Try this in K2: =$K$1*(1+3%)^(ROW(A1)) K1 is the initial value

1 year ago
Reply
RE: Compound Interest

Hi Andy, To update the value with an inflation rate, try this formula: E2*(1+5%)^(F2-YEAR(NOW())) E2 is your initial value, F2 is the year selec...

1 year ago
Reply
RE: RE:Generate a unique passcode accross records in powerquery

Provide the error description you get and a test file that replicates the error please.

1 year ago
Forum
Reply
RE: Macro for Deletion.

Yes, you can move AC:AD cells processing outside the "If Not tbl Is Nothing Then...End If" condition. "'If Not tbl.DataBodyRange Is Nothing Then' i...

1 year ago
Forum
Reply
RE: RE:Generate a unique passcode accross records in powerquery

Have you tried to sort and it does not work?

1 year ago
Forum
Reply
RE: Power query pagination

Hi Chris, Have to see the response of one request, not all API are built with the same structure. Some provide a total count and items per page l...

1 year ago
Forum
Reply
RE: Macro for Deletion.

Try this code: (file also attached): Option Explicit Sub ClearData() Dim Wks As Worksheet, tbl As ListObject, ColumnsToClear As String, Cell...

1 year ago
Forum
Reply
RE: RE:Generate a unique passcode accross records in powerquery

A StartingValue of 0 is a bad idea, leading zero's are removed when converting to a number, will not work. Have you tried to type a number that sta...

1 year ago
Forum
Reply
RE: Query in the Power BI platform

You Can try VBScript, or: Or: Or, write batch scripts:

1 year ago
Forum
Reply
RE: Blank rows due to join

Rates should have a direct relationship with Membership table, (Rates should be a dimension table), not filtered through other dimensions. I create...

1 year ago
Forum
Reply
RE: Different PBI files connecting (wrongly) to same data sources

I think that the only way is to sign in as a different user, every time you use one of the files. You can do that from Global Permissions>QBO>...

1 year ago
Forum
Page 4 / 130