Excel 2016 power query - huge data

BruskiAils

New Member
Joined
May 19, 2019
Messages
1
I connected to our oracle DB with 40million+ rows of data tied to over 110k+product. These data refers to medical services and copay info. 1product consists of 350 services/rows. To narrow it down, I created a query to pull product created 365 days prior to current date. Loaded it to the data model connection only. I also created a list of unique prod ids from the result of the 365-day query loaded it to the data model and worksheet1. This list will be used for data validation dropdown.

End result idea is to pull the copay information for all 350 services tied to the product selected from the dropdown list.

Ex. When prod "GOAAP6" is selected, ColB is automatically populated with copayments for each of the services in ColA.
When GOAFI5 is selected, same thing.

So I created a REPORT worksheet,
Added the dropdown product id list (cell A1)
(CellA2...A351) listed all the 350 services in column A.
ColB2..B351 - Aitomatically populate copay info (im stuck herr)

How do I pull this data from the data model without loading the data to a table/worksheet??
I thought it would be as simple as vlookup but the problem is I cant load the results from the 365day query to a table bec of the number of rows (over 15million).

Im stuck. Any suggestions/help would be very much appreciated..

Thanks
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.

Forum statistics

Threads
1,213,501
Messages
6,114,010
Members
448,543
Latest member
MartinLarkin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top