Forum Discussion

FelipePalomino's avatar
FelipePalomino
Frequent Visitor
4 years ago
Solved

Edit query after it is referenced by another query

Hello PBI Community! 🙂   I have a query (QueryA) where I need to extract two columns (date and description), and I create a calendar based on this two columns. I am doing this using "=QueryA", an...
  • Ehren's avatar
    4 years ago

    Have you tried creating a non-loaded common BaseQuery, which is referenced by QueryA (which removes the data that's only needed by QueryB) and QueryB (which creates the calendar table)?