Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Measure - average of the same month of the year

Hi Rita, You might be able to do it if you turn the measure you have into a calculated column, then use SAMEPERIODLASTYEAR to show the current mont...

4 years ago
Reply
RE: Accessing column data from a virtual table, or building a base table? (Pareto Chart)

Hi Steve, To sort that table, you can try the SAMPLE function: SAMPLE(<n_value>, <table>, <orderBy_expression>, [<order>...

4 years ago
Forum
Reply
RE: Showing items with no data in a pivot

Hi, PQ will automatically detect column names from the Score After column values, using List.Distinct. You can replace this code from #"Pivoted ...

4 years ago
Forum
Reply
RE: Waterfall report

Hi Johan, Hard to imagine how your data looks like and how you get that release, whatever that release means (is it a replacement of the old data, ...

4 years ago
Reply
RE: Excel workbook help

Hi Caymen, Excel is not a great text processor, detecting paragraphs or sentences might be too much for a data processor. bullet points are hard...

4 years ago
Reply
RE: Send email when excel opens and it recognises a cell date is due to expire

Hi Rachel, What expire means for you? The cell date reaches today's date, or is a few days before current date? You can play with the below c...

4 years ago
Forum
Reply
RE: Tempory Sheet View/Combo box with names go into tempory view

Hi Stephen, Macros will not work in a browser, when users are accessing that file in Excel Online. Sheet views are available to all users, so ev...

4 years ago
Forum
Reply
RE: User defined Functions

Hi David, Your answer is here: =MYUDF() =@MYUDF() Implicit intersection could occur. User Defined Functions can return ar...

4 years ago
Forum
Reply
RE: Sending mail based on excel data to GMAILS using VBA Script

Hi, You can reorganize the code: Sub SendAll() Dim Tbl as Worksheet, i as long Set Tbl=ThisWorkbook.Worksheets("Sheet1") For i= 2 to tbl.Cells...

4 years ago
Forum
Reply
RE: Edit Power Query Table by user in workbook

The result of the query is editable, users can do whatever they want with the results of the query. If they want to reset, all they need to do is t...

4 years ago
Forum
Reply
Reply
RE: Get data from folder does not show files

You are browsing for a FOLDER, not for a file, so you will see folders only. Once you have selected the desired folder, just press the Open button, sh...

4 years ago
Forum
Reply
RE: Is there an INDEX/MATCH Equivalent in Power Query?

Sorry, that merging question should be asked from the very beginning, because that changes the entire solution. It's not something you can patch on th...

4 years ago
Forum
Reply
RE: Is there an INDEX/MATCH Equivalent in Power Query?

Hi Stephen, Looks like a simple Pivot column operation: let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Pivoted Column" = ...

4 years ago
Forum
Reply
RE: Get data from folder does not show files

Ok, so you use Get Data>From File>From Folder, the folder browser dialog is displayed. Have you tried to select a folder from that dialog and cl...

4 years ago
Forum
Page 42 / 130