-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
Description
Hi @migueesc123 ,
I tried using the following DAX query in your Execute Query function:
EVALUATE INFO.TABLES()
It didn't work, but it only occurred to me while looking at the pq code that didn't need to include "EVALUATE".
However, I wondering if this could be removed. This would allow me to include DEFINE as well as EVALUATE in my DAX query.
Thoughts?
Many thanks
Daryl