Forum Discussion

sminonese's avatar
sminonese
Frequent Visitor
10 years ago
Solved

Refreshing data with dependencies

Hi,   I have the following queries or tables set up   1: Import static CSV file 2: Import dynamic CSV file from a web query 3: Combine 1+2 (static and dynamic) 4: Get column names from 3, matc...
  • Greg_Deckler's avatar
    10 years ago

    To the best of my knowledge, queries do not update their dependencies, would make a nice Idea though. You might consider digging into the Advanced Editor and finding a way to combine your queries into a single query. I have a blog article on this "Power BI: Merge Queries with M". You should be able to do something similar I think.