Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Ustinovdl
Helper I
Helper I

Calculate clients by cohorts on client's turnover

How can I divide clients on different cohorts by its turnover?

 

I want create some cohorts like

0-100

100-200

200-500

500+

and then count clients on each of them like

 

0-100 - 100 clients

100-200 - 350 clients

200-500 - 20 clients

500+ - 10 clients

 

if I choose any filter like Source (out site, biller site etc) I want to recalculate previous table like

Our site:

0-100 - 70 clients

100-200 - 300 clients

200-500 - 12 clients

500+ - 10 clients

 

Biller site:

0-100 - 30 clients

100-200 - 50 clients

200-500 - 8 clients

500+ - 0 clients

 

Can I do it in Power BI Desctop?

 

4 REPLIES 4
Ustinovdl
Helper I
Helper I

My thoughts:

Measure

Turnover by client = CALCULATE(SUM(Clients[TURNOVER.]);FILTER(Clients;VALUES(Clients[USER_ID])))

 

 

Column

Turnover cohort = SWITCH(TRUE();
Clients[Turnover by client]<100;"0-100";
AND(Clients[Turnover by client]>= 100;Clients[Turnover by client]<200);
"100-200";Clients[Turnover by client]>=200;"200+")

 

Hi @Ustinovdl

 

Also you can use the technique of PARAMETER tables to get the ranges/cohorts.

May be this post is similar to your requirment

 

 

http://community.powerbi.com/t5/Desktop/Company-Durations/m-p/365291/highlight/true#M165168


Regards
Zubair

Please try my custom visuals

The difficulty is that I don't know How can I calculate amount of every user even if field USER_ID doesn't selected.

HI @Ustinovdl,

 

I'd like to have some sample data to test.

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.