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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Frederik_D
New Member

How to have multiple groups to be shown on multiple graphs together

Hello, I'm a beginner at Power BI. I want to have a page for users to be able to select lets say 10 different groupings based on many criteria/different columns in the data. (These can be numeric or categorical). Then I want all these 10 different groupings to be shown in all graphs on the page. Such as the amount of items, user's in a grouping, have bought at your company.

 

Is there any way to do this or work around this problem?

2 REPLIES 2
rajendraongole1
Super User
Super User

Hi @Frederik_D -Yes, you can create a page in Power BI where users can select different groupings based on various criteria and have these groupings reflected across multiple visuals.

If your groupings are based on specific criteria, you can create calculated columns or measures. example we will consider age factor as below:

Age Group =
SWITCH(
TRUE(),
Sales[Age] <= 20, "Under 20",
Sales[Age] <= 30, "20-30",
Sales[Age] <= 40, "30-40",
Sales[Age] <= 50, "40-50",
"50+"
)

 

For numeric data, you can also use the Grouping or Binning feature in Power BI to automatically create groups.

rajendraongole1_0-1723627907221.png

 

if you can share sample data , that would be better to share different views.

 

Hope it helps.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Maybe my explanation was insufficient. I want my setup to look like the screenshot below such that a user can use the interface to 100% dynamically define groups using different slicers for each criteria-column and then get shown the results of the group of users matching each segmentation in each of the graphs.

So below there should be two lines on each graph showing the results for each segmentation. (Where each segmentation of users is defined using the slicers).

Skærmbillede 2024-08-14 125516.png

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

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

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.