Forum Discussion
naseem_1973
2 years agoHelper I
%age is wrong
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 n...
- 2 years ago
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))
ryan_mayu
2 years agoSuper User
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))
naseem_1973
2 years agoHelper I
Thank you brother it is working.
- ryan_mayu2 years agoSuper User
you are welcome