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

Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!

Reply
AaronGlenn10
Helper III
Helper III

Creating Regions from a Group of Cities

I'm trying to create regions from a group of cities - for example, the Dallas-Fort Worth region is comprised of ~200 cities.  What is the best approach to accomplish?

 

Thank you so much!

 

~AGS

2 ACCEPTED SOLUTIONS
mahoneypat
Microsoft Employee
Microsoft Employee

You could bring in a table with city and state columns and merge that into your data.  Or you could make a Groups column yourself.

Use grouping and binning in Power BI Desktop - Power BI | Microsoft Docs

 

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

Anonymous
Not applicable

Hi @AaronGlenn10 ,

 

If you already have a group column, you could use ALLEXCEPT() function to get the average for each group.

https://docs.microsoft.com/en-us/dax/allexcept-function-dax 

For example:

average = calculate(average('table'[value]),allexcept('table'[group]))

 

Best Regards,

Jay

View solution in original post

7 REPLIES 7
Anonymous
Not applicable

Hi @AaronGlenn10 ,

 

If you already have a group column, you could use ALLEXCEPT() function to get the average for each group.

https://docs.microsoft.com/en-us/dax/allexcept-function-dax 

For example:

average = calculate(average('table'[value]),allexcept('table'[group]))

 

Best Regards,

Jay

mahoneypat
Microsoft Employee
Microsoft Employee

You could bring in a table with city and state columns and merge that into your data.  Or you could make a Groups column yourself.

Use grouping and binning in Power BI Desktop - Power BI | Microsoft Docs

 

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


I've created a group but it doesn't work when I try to use as a visualization filter.

vanessafvg
Community Champion
Community Champion

what will your group be based on?   State?  county?  





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




I'm only focused on one state - Texas.  The regions [groups] will be based on cities.  Need to create four regions - DFW, Austin, San Antonio, and Houston.  The DFW region [group], for example, will have 200 cities.

 

Does that help?

as per @mahoneypat  I would go with the grouing option.





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




How would I calculate an average across this group:

 

Same Store TTM Delta % for ABILENE & ACTON & ADKINS & ALAMO & ALAMO HEIGHTS & ALBA =

CALCULATE(

    [Same Store TTM Delta %],

    'TABC'[location_city (groups) 2]

        IN { "ABILENE & ACTON & ADKINS & ALAMO & ALAMO HEIGHTS & ALBA" }

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

Vote for your favorite vizzies from the Power BI World Championship submissions!

Sticker Challenge 2026 Carousel

Join our Community Sticker Challenge 2026

If you love stickers, then you will definitely want to check out our Community Sticker Challenge!

January Power BI Update Carousel

Power BI Monthly Update - January 2026

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