6,572 questions
0
votes
0
answers
30
views
Calculate how many hours are available based on multiple approvals with varying start and end dates and hours spent
I have a client who issues approvals (as a letter) to spend time on specific projects in specific codes. Like:
Approval No: R124-18
Project: A
Date: 2/12/2024
Start: 2/12/2024
End: 2/03/2025
Code:
...
0
votes
1
answer
70
views
How to show value from one table by slicers referencing another table?
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
...
0
votes
1
answer
178
views
Why am I getting an Out of Memory error with this specific VBA code?
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
...
0
votes
1
answer
53
views
Custom Column returns [Table] instead of value most of the time
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]...
0
votes
1
answer
63
views
Power Query M Add File Name as Column Values
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 ...
1
vote
1
answer
51
views
Creating a Basket Analysis that Customers who buy X also LATER bought Y
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 ...
-3
votes
0
answers
41
views
Power BI - Dynamics - Issues Filtering Query in GetData
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. ...
0
votes
4
answers
148
views
Using PowerQuery to extract particular record from a column to another column
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 ...
-1
votes
0
answers
84
views
Issue when using Table.Group with List.Sum and Number.From
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 ...
0
votes
0
answers
74
views
Convert a single column to multiple table columns and create null values
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 "...
0
votes
1
answer
47
views
Power Query Concatenate and If statement
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 ...
0
votes
1
answer
80
views
In powerquery I need to control if a merge happens based on a condition
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 ...
1
vote
2
answers
56
views
In Excel Power Query, can I return a specific table if the data is empty, but return the data if it exists?
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 ...
0
votes
3
answers
141
views
Power Query Unqiue Row Formatting With Sum
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 ...
-4
votes
1
answer
53
views
Unable to recreate an Excel formula in Power Query [closed]
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 ...