Forum Discussion

Casey_Alderson's avatar
2 years ago
Solved

Null Error - Export via Power Automate w/ Filters using Query against a data set; Curbal.com process

Hi All,    I'm using Curbal.com's process for exporting data from a report via power automate button and run a query against a dataset while using select operators to pull through filters. The repo...
  • lbendlin's avatar
    2 years ago

    If any of the fields handed over from the Power BI integration are blank then you need to drop the related filtertable from the DAX.

     

    Note that you shouldn't use CALCULATE(SUMMARIZE() - use SUMMARIZECOLUMNS instead.  Also don't use the ORDER BY unless you really really need to.