This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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!
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 |
|---|---|
| 33 | |
| 26 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 44 | |
| 28 | |
| 24 | |
| 22 |