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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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