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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Julien74
Frequent Visitor

Group By with text id

Hi all, 

I have some trouble for group by my data. 

I want to group by my data with text id 

Julien74_0-1666275325065.png

 

and obtain something like that 

Julien74_1-1666275360796.png

 

And after i want to do the average of GER and POR by month for example for January it's 50% 50% ... 

 

Could you help me ? 

 

Thank you 

Julien 

1 ACCEPTED SOLUTION
speedramps
Super User
Super User

Try this

Click here to download a solution 

 

speedramps_0-1666278538881.png

 

 

 

How it works

 

Add a new column  ..

Period = FORMAT(Facts[Date],"MMM-YYYY")
 
Add measures
ID count = DISTINCTCOUNT(Facts[ID])
 
All ids for period = CALCULATE( DISTINCTCOUNT(Facts[ID]),All(Facts[Service]))

 

% = DIVIDE([ID count],[All ids for period])
 

Thanks for reaching out for help.

I put in a lot of effort to help you, now please quickly help me by giving kudos.

Remember we are unpaid volunteers and here to coach you with Power BI and DAX skills and techniques, not do the users job for them. So please click the thumbs up and accept as solution button. 

If you give someone a fish then you only give them one meal, but if you teach them how to fish then they can feed themselves and teach others for a lifetime.  I prefer to teach members on this forum techniques rather give full solutions and do their job. You can then adapt the technique for your solution, learn some DAX skills for next time and soon become a Power BI Super User like me. 

One question per ticket please. If you need to extend your request then please raise a new ticket.

You will get a quicker response and each volunteer solver will get the kudos they deserve. Thank you ! 

View solution in original post

2 REPLIES 2
speedramps
Super User
Super User

Try this

Click here to download a solution 

 

speedramps_0-1666278538881.png

 

 

 

How it works

 

Add a new column  ..

Period = FORMAT(Facts[Date],"MMM-YYYY")
 
Add measures
ID count = DISTINCTCOUNT(Facts[ID])
 
All ids for period = CALCULATE( DISTINCTCOUNT(Facts[ID]),All(Facts[Service]))

 

% = DIVIDE([ID count],[All ids for period])
 

Thanks for reaching out for help.

I put in a lot of effort to help you, now please quickly help me by giving kudos.

Remember we are unpaid volunteers and here to coach you with Power BI and DAX skills and techniques, not do the users job for them. So please click the thumbs up and accept as solution button. 

If you give someone a fish then you only give them one meal, but if you teach them how to fish then they can feed themselves and teach others for a lifetime.  I prefer to teach members on this forum techniques rather give full solutions and do their job. You can then adapt the technique for your solution, learn some DAX skills for next time and soon become a Power BI Super User like me. 

One question per ticket please. If you need to extend your request then please raise a new ticket.

You will get a quicker response and each volunteer solver will get the kudos they deserve. Thank you ! 

Thanks you, i understand well it's very clear !! 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.