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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
Anonymous
Not applicable

Group by based on specific values criteria

Hi, 

 

I am a new Power BI user, And I am trying to achieve the following:

 

I have the following main table (example):

 

 ID  |   SUB_FEATURE  | 

 1                A

 1                B

 1                C

 2                A

 2                B

 3                A

 4                A

 4                C

 

I have the following 3 tables that defines sets of sub-features to feature:

 

FEATURE_@

A

 

FEATURE_#

A

B

 

FEATURE_$

A

B

C

 

I need to create a new table that groups the ID to feature using the definition table:

 

 ID  |  FEATURE  | 

 1             $

 

 2             #

 3             @

 4             $

 

for each ID in the main table, I'd like to see what sub-feature it has, and based of the sub-fetures list, check which feature does it match.

 

Wasn't able to find similiar example in the forum.

 

Thanks in advance!

Jafar

1 ACCEPTED SOLUTION

OK, I think this is the one "Measure 2".

 

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

4 REPLIES 4
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous,

 

By my tests, the last solution of Greg_Deckler should achieve your requirement.

 

In addition, you also could have a reference of my attachment. I append your three tables as a new table in Query Editor.

 

Best  Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Greg_Deckler
Super User
Super User

Not 100% but I feel like this is close. Needs some tweaking.

 

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

Here is another approach, again, close but not quite there.

 

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

OK, I think this is the one "Measure 2".

 

 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.