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

Group data by certain values in a column

I have a table of data. One of the columns contains a number + letter combination to identify the item.  Like 1A, 1B, 1C, 2A, 2B, 2C, M1A, C1A, etc.  I would like to create a grouping of the rows that match a certian name, and then reference this grouping in other calculation.  So say "Group 1" is 1A, 1B, 2A, 2B. How would I go about this?

 

Thanks

3 REPLIES 3
mytnikk
New Member

Hi, 

 

You can create conditional forum that will transform source IDs into Groups. 

mytnikk_0-1702470280014.png

 

 

Sample conditions: 

If ID column equals "1A" then "Group 1"  

If ID column equals "1B" then "Group 1"  

If ID column equals "2A" then "Group 1"  

If ID column equals "2B" then "Group 1"  

 

After that you will be able to GroupBy on New Group column. Hope it helps. 

 

 

 

DataVizzer
New Member

Hi @MichaelRensing,

to group rows by column values in Power BI Desktop, you can use the Group By feature in Power Query Editor. Here are the steps to do it:

  • Select your table of data and click Edit Queries on the Home tab.
  • In the Power Query Editor, select the column that contains the number + letter combination (e.g. Item).
  • Click Group By on the Transform tab.
  • In the Group By window, enter a name for your new column (e.g. Group) and select an aggregate function (e.g. Count Rows).
  • Click Advanced and add a condition for each group you want to create (e.g. Group 1 = Item = 1A or Item = 1B or Item = 2A or Item = 2B).
  • Click OK to apply the grouping.

You should see a new column with your groups and their counts. You can use this column to reference your groups in other calculations. 

 

Does this help? If so please mark this answer as accepted solution.

@DataVizzer  It makes sense, but I cannot figure out the second to last item. There doesn't seem to be a way to specify Item = 1A

 

Screenshot 2023-03-11 102513.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.