Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
53 views

I have a Power BI report with two tables in it. Table_1 looks like this: Tariff_name ID Tariff_1 ID1 Tariff_2 ID2 Tariff_3 ID3 Table_2 looks like this: Tariff_name ID Tariff_33 ID2 Tariff_44 ID1 ...
Feda_khf's user avatar
0 votes
1 answer
171 views

I have Power Query table in an Excel spreadsheet that filters a different table for a specific Index number using a List Box of Client Names. The first table has 3 columns: Index Attribute Value 1 ...
Brian Schmitz's user avatar
0 votes
1 answer
52 views

I’m facing a strange and very frustrating behavior in Power Query (Power BI Desktop). When I create a Custom Column, instead of returning a single value, the column returns a Table on each row ([Table]...
Hamza Ait Aziz's user avatar
0 votes
1 answer
60 views

I am trying to combine a large amount of files that are essentially text files with an odd file extension (.pri). Each file is named by date (03312022.pri), but the date of the file is not included in ...
ShankRides's user avatar
1 vote
1 answer
49 views

I am trying to make a visual in Power BI that shows me what people order second, if they order x product first. Very similar to a basket analysis but I don't want to know what was in the same cart as ...
Michael Marhefka's user avatar
-3 votes
0 answers
39 views

Im having an issue where I'm pulling data from Dataverse. The query itself always returns as too complex. I cannot transform the data at the GetData stage because its too complex and I cannot preview. ...
DPOT's user avatar
  • 1
0 votes
4 answers
148 views

I'm trying to extract particular record from a body column and update into separate columns using PowerQuery. Scenario: I'm fetching records from Microsoft Exchange into an Excel file, separated into ...
ROn's user avatar
  • 149
-1 votes
0 answers
84 views

Why does this code fail? Acknowledge that the "Amounts" column is intentionally of type text. I can use List.Sum and Number.From in conjunction with say Table.AddColumn, and all works out as ...
DullesTower's user avatar
0 votes
0 answers
73 views

I have a table in power BI that looks like this: power query source table I'm trying to change the "Series Name" column into individual separate new columns based on the values in "...
Paul Bassarab's user avatar
0 votes
1 answer
45 views

I want to add a custom column to concatenate several columns with some if statements. I am getting a "Token 'else' expected error message. Can you please tell me what I forgot or did wrong? Power ...
Louchie20's user avatar
0 votes
1 answer
78 views

I need to accomplish two things. I am trying to generate a folder tree. I have to find a target folder. Starting at the root folder, I am merging a list of objects based on OBJECT_ID = PARENT_ID. This ...
Paul Robbins's user avatar
1 vote
2 answers
56 views

I'm using Excel to create a fire weather product for a specific National Forest. One of the tables reported includes National Fire Danger Rating System (NFDRS) indices and weather observations from ...
Giric Red Wolf's user avatar
0 votes
3 answers
139 views

Trying to figure out if this is even possible as LLMs have failed to answer this question. I have a report from our companie's ERP that exports as a CSV. This is a basic inventory report that looks ...
Luna's user avatar
  • 47
-4 votes
1 answer
52 views

I am trying to recreate this Excel formula in Power Query. I have very little idea what I am doing so I need some help. =\[@\[DOC ID\]\] &"-"&COUNTIF(\[DOC ID\],\[@\[DOC ID\]\]) I ...
Nathan Slatton's user avatar
0 votes
1 answer
63 views

I am working on a new Dataflow Gen 2 to import Excel files from SharePoint. The problem I am running into is our vendor, who is supplying the files, is not properly setting the worksheet dimension ...
RubberChickenLeader's user avatar
1 vote
1 answer
103 views

I have a tool I created that simplifies and combines some Sharepoint files with basic tables with a SQL database query and I've been using it for about a year. Suddenly, it's not working and throwing ...
SecretDuckie's user avatar
0 votes
0 answers
49 views

I am attempting to create a dynamic title that will return the category when 1 item is selected, return multiple options separated by a comma when they're selected, and return "ALL" when ...
Tristan Privott's user avatar
1 vote
2 answers
135 views

I have a dataset that has duplicate Invoice Number values. I need help generating an index column ("Occurrences") to count the number of occurrences of the "InvoiceNo". Any ...
user31722869's user avatar
1 vote
1 answer
70 views

I am attempting to change the Source property of a query in an Excel file via PowerShell. I have found the Connections properties, but am unable to locate the specific property that contains the ...
gravity's user avatar
  • 2,088
0 votes
2 answers
69 views

I want to create a sum in power query (Measure C below) returns the cumulative sum of Measure A + Measure B and is limited to zero and which resets at the beginning of each Period as shown in the ...
grasshopper's user avatar
1 vote
1 answer
93 views

This is a fairly simple question but I am unable to find any relevant documentation for it. Having created a power query in Excel how can I alter the date in the url string from user input on the ...
user3500717's user avatar
1 vote
1 answer
48 views

I would like to change the date daily by clicking on the arrow. Selected date should be changed daily by clicking on the arrows. Is this even possible ? many thanks in advance. I need something more ...
symkly's user avatar
  • 3,031
0 votes
1 answer
124 views

I am using VBA to try and hopefully automate my PowerQuery needs. I've recorded a macro from the import data from PDF in the data tab. I have then tried creating a user definable source path within ...
Matt_B's user avatar
  • 13
0 votes
2 answers
79 views

I have a data as below. I need to create a calculated column in power query. Full name can be consisted of name, last name, middle name and, 2 letters (which should be added in the lastname). Many ...
symkly's user avatar
  • 3,031
3 votes
3 answers
246 views

Intro I wrote an answer to Expand records for each month between two dates. A part of my solution was to stack integer sequences from a column of integers. There were only 4 integers in the column, ...
VBasic2008's user avatar
  • 56.8k
1 vote
1 answer
54 views

I'm trying to write a PowerQuery to enable Users to compare to Data Sources (with an unknown number of fields), determined at runtime by the user filling a table. Of course if the fields are known I ...
Daniel Ashby's user avatar
0 votes
1 answer
58 views

I'm trying to use power query to aggregate some invoicing columns by project number in power query. I'm currently using a group by function which looks at the project number and then aggregates each ...
Stephanie Noyce's user avatar
0 votes
1 answer
47 views

I am trying to convert some hard coded PowerQuery into a function so it can be reused, but am having an issue with the field-access-expression, as it is using the parameter's name rather than value. ...
Daniel Ashby's user avatar
0 votes
1 answer
87 views

#"Added Custom2" = Table.AddColumn(#"Added Custom1", "pm plus", each pmplus[Qualifies for]{List.PositionOf(pmplus[Combined Criteria],[combined criteria])}), #"...
findwindow's user avatar
  • 3,208
1 vote
2 answers
139 views

I have a table in Power Query like this: PO - Purchase Order SID - Ship ID QTY - Quantity PO SID QTY 1001 A001 2000 1001 A001 2000 1001 A001 -2000 (This line cancel the previous one) 1002 A002 3000 ...
Stephane Ducci's user avatar
-2 votes
1 answer
60 views

I have a table layout with different number of text values for each id column. Now, I'd like to pivot them, so that each id gets a single row and each text value is put into a different column of the ...
AxD's user avatar
  • 3,262
1 vote
2 answers
132 views

I have a table with the following data: record_id visit_date int_date month hb_ae wbc_ae anc_ae plt_ae ast_ae alt_ae arc_hb_ae sched 10 9/9/2015 7/8/2015 1 2 Sched 10 10/9/2015 7/8/2015 2 2 Sched 10 ...
mcadamsjustin's user avatar
0 votes
1 answer
133 views

I'm trying to automate a workflow with a macro, but I can't seem to get the PowerQuery table to update with VBA. Sub DepartmentalBudgetsMonthlyUpdate() Dim wb As Workbook Dim fName As String ...
Justin Parouty's user avatar
1 vote
2 answers
144 views

I have a problem with ScreenUpdating which I want to disabled. I have a power query connection which is refreshing. I connect excel files from folder in power query , after that I disabled background ...
dwqwer's user avatar
  • 11
2 votes
3 answers
145 views

I have a file which contains an M Script executed on the connected data. However, the file where the data resists (source) changes every 3 months. Also the filename changes so I have to change the ...
Stephan's user avatar
  • 665
0 votes
0 answers
113 views

Problem: My Excel VBA application crashes during Power Query connection refresh. The exact same code and file work perfectly on Mac but show inconsistent behavior across Windows machines with similar ...
MBX's user avatar
  • 1
3 votes
1 answer
106 views

I am working on a system to compare data of QA audits. The data sources contain a dynamic number of columns (based on QA agents) and a dynamic number of rows (based on the QA format). The system I am ...
Regina P.'s user avatar
3 votes
2 answers
141 views

I have these two tables: +-------------------+ +-------------------+ | TAB1 | | TAB2 | +---------+---------+ +---------+---------+ | PRODUCT | ACCOUNT | | GR | ...
Jacek's user avatar
  • 31
2 votes
1 answer
106 views

I'm working on a file with two different tables on two different Queries, with this structure: Table 1 GROUP MEMBER ID GROUP SCORE 1 SCORE 2 SCORE 3 Member 1 01 A1 1 1 4 Member 2 02 A1 3 3 5 Member 3 ...
MrBoop's user avatar
  • 57
2 votes
1 answer
58 views

I have a parameter coming in from the excel table that is formulated as date time. 7/28/2025 12:00:00 AM name BeginDate I am trying to filter the source data which has a field called TransDate before ...
Josh Emmick's user avatar
0 votes
0 answers
71 views

I have a Power BI report where I connected to data from ArcGIS Online using a public REST API endpoint. Because the REST API only returns 1,000 records per request, I wrote an M query (Power Query) ...
Jiří Komínek's user avatar
1 vote
1 answer
100 views

I need to filter two separate tabular models and return a table of summarized results from each, using values retrieved from a third semantic model for calculate context. The process creates a data-...
Chris Meurer's user avatar
-1 votes
1 answer
102 views

My csv file have one column with multiple rows. I read that file in power bi desktop and try to display as paginated report . The design I want to display is I like to show every 10 record as one page ...
Jack jdeoel's user avatar
  • 4,588
2 votes
1 answer
60 views

I have a situation where I have a Power Query that connects to a database, and I only want to display certain columns in my spreadsheet. I know this can easily be done with Remove Columns. However, ...
Boom's user avatar
  • 514
0 votes
1 answer
55 views

I got my data in PowerBI by connecting to Azure Synapse, where I need to transform a column in PowerBI where the column (text) contains list of numeric values eg. [0,1.0,0.05] in a single row needs to ...
Megha M's user avatar
0 votes
2 answers
80 views

Trying to covert a text string to duration in a column. problem is I have some values that are mm:ss.zzz and others that are just ss.zzz I know it needs to be hh:mm:ss.zzz but not sure how to add ...
Khorne049's user avatar
0 votes
0 answers
99 views

I created a power bi report builder I used a sample query to get data from one table EVALUATE SUMMARIZECOLUMNS ( 'InventRepriceJourTransEntity'[ItemId], 'InventRepriceJourTransEntity'[...
Amal Hani's user avatar
0 votes
1 answer
107 views

I'm trying to learn how to use Power BI, and I thought it would be fun to test my skills by creating some statistics based on my chats with friends. For example, I want to identify the first message ...
BABELAERE Robin's user avatar
1 vote
1 answer
137 views

When I select multiple rows and right click in Microsoft Power Query, (in Excel 2016), I see two similar options for unpivoting: "Unpivot Columns" and "Unpivot Only Selected Columns&...
Stevoisiak's user avatar
  • 27.8k
0 votes
2 answers
65 views

I'm attempting to create a Power Query data model with some unpleasantly-formatted JSON data, and would like to present it more logically to its consumers. This is a heavily simplified abstraction of ...
Kudzu's user avatar
  • 3,648

1
2 3 4 5
132