Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Mar 17, 2025
Topics: 1 / Replies: 1936
Reply
RE: Generate a unique passcode accross records in powerquery

You can try Number.RandomBetween to generate numbers (result should be rounded as it may have decimals) Number.RandomBetween(10000000, 99999999) ...

2 years ago
Forum
Reply
RE: How can I convert dates to weekdays

Hi Jim, You can try this step: = Table.TransformColumns(Source,{{"meeting_dates", each Text.Combine(List.Accumulate(Text.Split(_,",...

2 years ago
Forum
Reply
RE: Filtering Pivot Table based on a custom value

Hi Thomas, Try filtering the ManagerName column, in the column filter menu select Label Filters>Less Than, you will be able to filter the ManagerN...

2 years ago
Forum
Reply
RE: Percentile calculation by group

Hi Giovanni, Try this query: let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Added Custom" = Table...

2 years ago
Forum
Reply
RE: DAX on PowerPivot: Lookup Results 1st, 2nd, 3rd etc.

Hi Nawaf, If you just want to see the results for a specific ID, you can just use a pivot table and a slicer for ID: If you want to process ...

2 years ago
Forum
Reply
2 years ago
Forum
Reply
RE: How to use Parameters in ODBC source

Salut Dana, this: "sp_report ProfitAndLossDetail show TxnType_Title, Date_Title, RefNumber_Title, Name_Title, Memo_Title, ClearedStatus_Title, S...

2 years ago
Forum
Reply
RE: Running total based on multiple criteria

Hi Brandon, I think you can use a grouping on the columns you want, then just add an index column to the grouped table. Because the Recorded column...

2 years ago
Forum
Reply
RE: Formula Based Rule - Tasks Within a Date Range

Hi Steven, Please upload a sample file with your data structure and a manual example of the expected result, will be much easier to help you.

2 years ago
Reply
RE: Query referencing and comparing

Hi Jess, Why not duplicate the query, run the copy to see the changes, and run the main query only if you still want to run it.

2 years ago
Forum
Reply
RE: Date Format Issue in csv file

Hi Aqsa, There is no file attached, make sure you press the Start Upload button after you Add Files. Anyway, screenshots will not say much, ther...

2 years ago
Reply
RE: CUBESET - Dimension filter(s)

Hi David, Have you seen this article about CUBE functions? You can find a few examples here:

2 years ago
Forum
Reply
RE: Question about Power Query Average Options

Hi Shannon, Can you please upload a sample file with data and an example of the expected results? Will be much easier to help you. Make sure ...

2 years ago
Forum
Reply
RE: can you use an if then when trying to download elements rather than a table?

Hi Doug, You can try: try Function(xpath1) otherwise Function(xpath2)

2 years ago
Forum
Reply
RE: Error in getting data from Sharepoint folder

Hi, Never seen this error personally, but I think it might be related to TLS 1.2 not being enabled (TLS 1.1 is no longer supported) This link sh...

2 years ago
Forum
Page 9 / 130