We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register 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!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 33 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 66 | |
| 41 | |
| 34 | |
| 24 |