Forum Discussion
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 i'm a noob, could you help me out?
Currently i have used two values:
Clients
Which gives me the total of active users
No. of actions
Is there a way to do it through a measure?
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,
4 Replies
- AilleryOMemorable Member
Hi,
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
- AilleryOMemorable Member
And for you time frame,
if you build a matrix with proper time dimension in comlumns you should have all desired results.
If you need a fixed period of time, then you ll have to use FILTER, or DATESINPERIOD...
But we need to know more about your model/datas...
- AnonymousNot applicable
- AilleryOMemorable Member
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,