Forum Discussion

Jug's avatar
Jug
Frequent Visitor
3 years ago
Solved

User-entered field filter information

Is it possible to use directquery with a query that indicates that one of the filters of the fields selected in "where" must be indicated by the user, varying in each request? e.g. ... Where Client I...
  • BA_Pete's avatar
    BA_Pete
    3 years ago

     

    If you're using Direct Query then there IS NO import. The data is not imported to the data model at all. The data is requested from the source at the point of visualisation, with any page slicers, measure filters, visual contexts etc. all being included in the WHERE clause of the Direct Query.

     

    From MS Learn:

    https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-use-directquery 

     

     

    Pete