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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
subhashree_r
Helper I
Helper I

M query to find do group by and remove min of year data row

Hey people,

   given below is the screenshot of my data set 

Capture 2.PNG

I want to eliminate The rows that are minimun year corresponding to the store in m query. Can anyone guide me through the problem guys 

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

@subhashree_r ,

 

Duplicate the table, group the min year by store in the duplicated table:

1.PNG 

 

Then merge the original table and duplicated table based on store and year column using left anti join, remove the useless columns and you will achieve the result:

2.PNG 

 

You can also refer to the pbix file.

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

1 REPLY 1
v-yuta-msft
Community Support
Community Support

@subhashree_r ,

 

Duplicate the table, group the min year by store in the duplicated table:

1.PNG 

 

Then merge the original table and duplicated table based on store and year column using left anti join, remove the useless columns and you will achieve the result:

2.PNG 

 

You can also refer to the pbix file.

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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