Forum Discussion
Wrong percentage
Hello guys,
I have a problem with a percentage.
I have 5930 calls for 1426 bookings so the transformation is 24,04% (Excel is OK). But in Power BI, the app tells me 23,83% and I don't know why.
This is the code :
I've found the solution while looking on Reddit.
My problem was that I was thinking in an excel way. I was using column and not measure to calculate my %.
Thanks alot for your help !
Have a good day.
5 Replies
- amitchandakSuper User
Seems strange. But at first try
% TRANSFO = divide(Feuil1[RDV]/Feuil1[APE]) Or % TRANSFO = divide(Feuil1[RDV]*1.0/Feuil1[APE])
- FSALENew Member
Thanks for your answer.
I've the same result with the divide function.
I don't understand where the problem is cause all my other percentage in the report are correct.
I use the "average" instead of "resume/not resume" when I use the column, maybe it's wrong.
- amitchandakSuper User
just check no filter applied to visual you are checking this. Also, check the count of rows here and in excel are same