Forum Discussion
545
2 years agoFrequent Visitor
Count Measure with Filter
i have this measure: # Total_Eng_reports_By_date = VAR x = CALCULATE(DISTINCTCOUNT(qryAssemblyProcessReport[ItemID]), tblStations[StationCode]=28) return IF(ISBLANK(x), 0,x) the date is set t...
- Anonymous2 years ago
Hi 545,
Perhaps You can add variable table with summarize function to calculate the measure formula on the detail level. Then you can summary it's result based on iterator aggregation functions.
Measure Totals, The Final Word - Microsoft Fabric Community
Regards,
Xiaoxin Sheng
Anonymous
2 years agoNot applicable
Hi 545,
Perhaps You can add variable table with summarize function to calculate the measure formula on the detail level. Then you can summary it's result based on iterator aggregation functions.
Measure Totals, The Final Word - Microsoft Fabric Community
Regards,
Xiaoxin Sheng