Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
102 views

I'm updating an excel spreadsheet which has VBA codeing in the background. The changes I have made to a table means the vba code now doesn't work correctly. The original code is: Public Sub ...
Sarah's user avatar
  • 1
1 vote
1 answer
51 views

I'm connecting to a Power BI semantic model in Excel and using the CUBEVALUE function to retrieve data. Each formula contains around 10–11 member expressions, and everything works as expected when I ...
UII's user avatar
  • 11
0 votes
1 answer
92 views

I want to create power pivot tables using the distinct count function - which is only available when you "Add this data to the Data Model". It seems I need to create a connection to the ...
HealingJelly's user avatar
0 votes
0 answers
24 views

I have to create a interactive table dashboard showing Last 1 Week, Last 4 Week, Last 13 Week, Last 26 Week and Last 52 Week columns for a list of sales products. I need to show 6 different measures ...
Wasif Mir's user avatar
0 votes
1 answer
63 views

I have 2 tables in power query which I would like to append. But before appending these 2 tables I would like to implement the following subtraction in power query. How to get around with this ? many ...
symkly's user avatar
  • 3,031
1 vote
1 answer
70 views

I have two tables (i.e. 1st is 'Sales' Table, 2nd is 'Territory' table) in my Power Pivot, and I have established relationships between the two using a 'territory' column. The 'Sales' table contains ...
Bori's user avatar
  • 23
0 votes
1 answer
99 views

I have created 3 tables in my worksheet: names, roles, costs names: ID NAME ROLE 1 A 1 2 B 2 roles: ID ROLENAME SALARY 1 X 10 2 Y 50 costs: ID NAMEID WORKEDHOURS 1 1 10 2 2 10 The tables are related ...
dev_02802's user avatar
0 votes
2 answers
126 views

I am in the middle of an assignment and need to make an easy way to "filter" a bill of material through power pivot. Imagine the below is my dataset (simplified) If I want to have an output ...
Anonymous's user avatar
0 votes
0 answers
64 views

I have this sheet and I want to make analysis on this sheet like pivot tables to create pivot charts, and when the data is updated every weak this should affect the dashboard also, but when I convert ...
amr.elabasy's user avatar
0 votes
1 answer
73 views

I have a table of data which I need to create pivot reports from, each line of data is all set out as per example below: The overall estimated revenue is where my problem is. This is a figure for the ...
ajr45's user avatar
  • 129
1 vote
3 answers
141 views

I have a column in which each value is repeated twice. And each value has its own share (input data). I need to calculate the average share among the first occurrence of values in the first column and ...
New2905's user avatar
  • 35
0 votes
2 answers
267 views

Excel Power Pivot Lookup Table = Calendar; Data Table = Sales Pivot table Rows: Calendar[Year] Pivot table Values: [Measure] = CALCULATE(SUM(Sales[Amount]); Calendar[Date] < DATE(2003;01;01)) ...
seaman47's user avatar
0 votes
1 answer
36 views

I have a table with multiple sections, each section has different queues. I have to subtotal at the end of the each section. How Can I do it in Power Query or Power Pivot? I am not getting any idea to ...
Manoj's user avatar
  • 491
0 votes
0 answers
49 views

I have a dataset where I have various activities with the primary two in question is paid hours and absence hours. We measure long term absence as five days of absence in a row, in which all dates ...
jpalmer0200's user avatar
2 votes
1 answer
72 views

I have a table which contains Item and its Sales. I need Sum of all items & the column may have delimiter with ",". How Can I do it in either Power Pivot or Power Query. Table1 ** ...
Srikanth's user avatar
0 votes
2 answers
731 views

I have an Excel file that contains a table. In the same Excel file, I perform a Power Query on this table and then load it into Power Pivot. In Power Pivot, I create two measures (NB_KO and NB_OK) and ...
YassineNJ's user avatar
0 votes
1 answer
40 views

I have a table like Point of sales Employee Category Answer Supervisor Date POS35 Emp6 Wine 2 SV3 07.05.2024 POS70 Emp13 Cognac 1 SV1 17.05.2024 POS237 Emp1 Wine 1 ...
Stan Stryzh's user avatar
0 votes
1 answer
185 views

I try to check for each row if a DAX measure is <0. However, the check shall be done for each ID separately and not for the whole column. If TRUE, all rows related to this specific ID shall use ...
Marcus's user avatar
  • 1
0 votes
1 answer
156 views

I have two tables. one table has unique values while the other table has records based on those unique values. I added them to a data model and then made a pivot table. my intention was to find sum of ...
user9514610's user avatar
0 votes
1 answer
19 views

I have a table as per below: My issue is with the Percentage of Weekly Hours. Obviously this will only be correct if the person using the workbook is selecting one whole week. I want to know how I ...
ajr45's user avatar
  • 129
1 vote
1 answer
210 views

I am new working with Excel data models, and I would like to know if is possible to do the following: I have a table that lists elements by boxes. Box type 1 contains elements 1,2,3,4: box type 2 ...
El-VeRdUgO's user avatar
1 vote
1 answer
261 views

I have 3 different data feeds going into PowerPivot as per below: Quality Scoring Data, Learning Scoring, Data Call Handling Data To get all three of these to pull through into one pivot table with ...
ajr45's user avatar
  • 129
0 votes
2 answers
77 views

I've got a csv with 900,000 rows. 42 of them are duplicates. PQ's Remove Duplicates function removes rows that aren't true dupes. I can successfully filter for these 42 rows in the PQ Editor, but I ...
Lillian Welsh's user avatar
1 vote
1 answer
165 views

Summary Using a two table PowerPivot data model, I'm not able to create a pivot table that has multiple rows filtered in the same way a single table does using the same columns. Details I have a ...
RWL01's user avatar
  • 478
0 votes
1 answer
72 views

I created a table from Power Pivot. I am trying to apply a filter to the pivottable. It is constantly coming up with this error: I tried ThisWorkbook.Sheets("DATA").PivotTables("...
ajr45's user avatar
  • 129

1
2 3 4 5
38