Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

How do I delay the direct query execution until the user has finished all slicers choices?

I try to a develop a parameter driven direct query PowerBI Desktop project based on three parameters connected to three slicers.

 

However, if the user makes a choice in one of the slicers, the parameter driven direct query executes immediately - before the other two slicers choices are done.

 

How do I delay the direct query execution until the user has finished all three slicers choices?

 

Is it possible to M-script a kind of "Update" command button in the report view?