Forum Discussion

mbbozzuto's avatar
mbbozzuto
Advocate II
2 years ago
Solved

Query Power BI Service dataset into Dataflow

I have a dataset model running in the Power BI service.  I want to run a DAX query against this dataset to get a table result into a dataflow/datamart.   I have been trying to use the SQL Server co...
  • lbendlin's avatar
    2 years ago

    If you really must, use the Analysis Services connector with a custom DAX query.

     

    However this is a design red flag. A dataflow should get its data from the original data source, not from a secondary source like a semantic model.