Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Dear All,
I require this result in power BI.
I tried to work in PBI but the result is going wrong.
Excel calculation
Check both tables of PBI .
Table name data dump, specialty, and new encounter column names.
When I divide "specialty" column count with "new encounter" count then %age is wrong.
Solved! Go to Solution.
pls provide the sample data and the expected output based on the sample data. In this problem, I can't use DAX to get 134.
maybe try
COUNT(Datadump[Speciality])/CALCULATE(countrows(Datadump),ALL(Datadump))
Proud to be a Super User!
confused about this. Is the last screenshot the same as the Excel calculation?
Then what's the expected output?
Proud to be a Super User!
Sorry Sir,
Excel result is
Total 134 , transfer 13
how you get total 134?
Proud to be a Super User!
It is my total entries manage internaly and other than 13 refer.
Total entries in this table 134.
pls provide the sample data and the expected output based on the sample data. In this problem, I can't use DAX to get 134.
maybe try
COUNT(Datadump[Speciality])/CALCULATE(countrows(Datadump),ALL(Datadump))
Proud to be a Super User!
Thank you brother it is working.
you are welcome
Proud to be a Super User!
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 24 | |
| 22 | |
| 22 | |
| 20 | |
| 12 |
| User | Count |
|---|---|
| 68 | |
| 56 | |
| 42 | |
| 39 | |
| 30 |