Forum Discussion
FelipePalomino
4 years agoFrequent Visitor
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...
- 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)?
Ehren
4 years agoMicrosoft Employee
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)?
- FelipePalomino4 years agoFrequent Visitor
Helo Ehren!
I actually didn't think of it... 🤐
Thanks for your help!!