Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Get Data Source for Report

I am using Power Query in Excel extract, transform, and load data to create Excel based reports. I am using parameters to dynamically update the source data files, which are in Excel and csv files. T...
  • Anonymous's avatar
    Anonymous
    6 years ago

    For every report period, I wrote queries that merged my parameter tables and filtered the results based on the reporting period. Then, I loaded all of those queries to a tab in Excel linked my "report headers" to those tables, and hid the tab. The conditional VBA statement to refresh my queries was updated to refresh the associated query that gets the source data names.