Forum Discussion
Anonymous
6 years agoNot applicable
Dividing two distinct count values
Dear PowerBI Pro's I'm working on a performance analysis of our clients. One of the things i would like to know is how many actions clients do in the system over a period of time. Unfortunately...
- 6 years ago
Hi Anonymous ,
You're welcome, and we all need to start one day 😉
Do not forget to mark it as solved and have a nice day,
AilleryO
Memorable Member
6 years agoHi,
Maybe I have a bad understanding of your model, but it seems you've done the job already...
If you create a mesaure :
MyMeasure = DIVIDE(No_actions;No_client)
It should be ok ? Isn't it ?
DIVIDE is better than the sign /, because it handles errors.
Hope it helps