Forum Discussion
Anonymous
2 years agoNot applicable
Qlik -> Power BI DAX Scripting Question
Good evening everyone, So we have a report in Qlik we are trying to move over to Power BI. One of the expressions is COUNT(ID)/COUNT(TOTAL <YEAR> ID) We translated this to another example in ...
- Anonymous2 years ago
HI Anonymous,
I think you can try to use SUMMARIZE and aggregation functions(e.g. sumx, averagex, countx) to use Dax expression to achieve equivalence effects.
SUMMARIZE function (DAX) - DAX | Microsoft Learn
Aggregation functions (DAX) - DAX | Microsoft Learn
Regards,
Xiaoxin Sheng
Anonymous
2 years agoNot applicable
HI Anonymous,
I think you can try to use SUMMARIZE and aggregation functions(e.g. sumx, averagex, countx) to use Dax expression to achieve equivalence effects.
SUMMARIZE function (DAX) - DAX | Microsoft Learn
Aggregation functions (DAX) - DAX | Microsoft Learn
Regards,
Xiaoxin Sheng