This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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!
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 34 | |
| 29 | |
| 29 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 45 | |
| 33 | |
| 24 | |
| 23 |