Forum Discussion
Null Error - Export via Power Automate w/ Filters using Query against a data set; Curbal.com process
- 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.
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.
- Casey_Alderson2 years agoHelper I
Hi lbendlin,
Can you explain how you would rewrite the DAX using SUMMARIZECOLUMNS? I've only gotten this far by copying what others have done via YouTube. I need all of the filters to stay dynamic and the way she accomplished that is through the combo of TREATAS and KEEPFILTER within the larger CALCULATETABLE function.