Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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 Qlik using the AGGR() function as well, AGGR(NODISTINCT COUNT(ID), YEAR)
Now here's the issue, we have replaced some expressions in Qlik with Set Analysis and/or AGGR using Caculate and SUMX, COUNTX, etc.
This is our first example that uses TOTAL in Count() or NODISTINCT with AGGR(), neither of which appear to have a 1:1 relationship with anything in DAX. We thought we could replace TOTAL with ALL() or ALLSELECTED(), but the results simply don't match up.
For example, the following DAX expressions we tried don't match Qlik for the Year
Solved! Go to Solution.
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
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
Hi @Anonymous
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
73 | |
55 | |
36 | |
34 |
User | Count |
---|---|
99 | |
56 | |
53 | |
44 | |
40 |