cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Varela
Frequent Visitor

% per group

I have Agents that belongs to a group, like the sample data below, what I like to do is the % not being of every agent of every group but be % relative to its group.

 

Agent                                                                                 Group                       Tickets closed            % 

AnalistaGrupoTickets Fechados%GT Tickets Fechados
Jessica Brito02 - Vendas265.94%
Jonatas Cruz02 - Vendas357.99%
Rafael Ferreira02 - Vendas214.79%
Vanderlei Gabriel de Souza02 - Vendas255.71%
Heliberta Siqueira03 - Store Manager173.88%
Luciano Pereira03 - Store Manager10.23%
Stephany Marques03 - Store Manager337.53%
Caio Augusto Silva Santos04 - E-commerce143.20%
Rafael Cavalcante04 - E-commerce30.68%
Rafael Garcia04 - E-commerce81.83%
1 ACCEPTED SOLUTION

Hi @Varela

How do you get the sample % data, based on your description, the percentage of Jessica Brito should be 35/(26+35+21+25)=32% rather than 7.99% given. Or you post part of your data?

First, please create a measure to calculate the total sum of each group. Then create a calculate column to get what you want.

Total group = CALCULATE(SUM(Table15[Tickets closed]),ALLEXCEPT(Table15,Table15[Group]))
Percentage = Table15[Tickets closed]/Table15[Total group]

 

11.png

If you have any question, please feel free to ask.


Best Regards,
Angelia

View solution in original post

6 REPLIES 6
Thiyags
Helper II
Helper II

I dont understand ur question.

 

You want the % to displayed for every agent out of his/her group.

 

Eg . Jessica Brito belong to group 2

Formula = Tickets closed by Jessica / Total Tickets closed in Group 2

 

 

yes, thats what I want, don't really know how to do this though

Hi @Varela

How do you get the sample % data, based on your description, the percentage of Jessica Brito should be 35/(26+35+21+25)=32% rather than 7.99% given. Or you post part of your data?

First, please create a measure to calculate the total sum of each group. Then create a calculate column to get what you want.

Total group = CALCULATE(SUM(Table15[Tickets closed]),ALLEXCEPT(Table15,Table15[Group]))
Percentage = Table15[Tickets closed]/Table15[Total group]

 

11.png

If you have any question, please feel free to ask.


Best Regards,
Angelia

it was just a sample

@v-huizhn-msft Thanks. This works. can you explain when to use ALL and when to use ALLEXCEPT

 

@Varela Can u try the formula which Angelia suggested

@Thiyags@You could drag and drop the filter(Slicer control) for group into page, then choose one option, you will understand that ALL will ignore your filter context and still apply for all values in dataset.

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors