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
vividarinda
Helper I
Helper I

Flag true false condition

Hi,

 

I want to set the new column to "flag" if there is a same value in one column with condition unitno : right(unitno,6), then flagging in one of the data. And other unitno still are flagging as 1

 

Example:

 

UnitNo           | Flag

16DT0789      | 0

77DT0789      | 1

16DT9160      | 1

16DT9254      | 1

77DT0541      | 1

16DT0541      | 0

77DT9167      | 1

77DT7643      | 1

16DT9206     | 1

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@vividarinda 

pls try this

Column = if(MINX(FILTER('Table',RIGHT('Table'[UnitNo   ],6)=right(EARLIER('Table'[UnitNo   ]),6)&&'Table'[UnitNo   ]>EARLIER('Table'[UnitNo   ])),'Table'[UnitNo   ])<>"" && MAXX(FILTER('Table',RIGHT('Table'[UnitNo   ],6)=right(EARLIER('Table'[UnitNo   ]),6)&&'Table'[UnitNo   ]<EARLIER('Table'[UnitNo   ])),'Table'[UnitNo   ])="",0,1)

11.PNG

pls see the attachment below





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

4 REPLIES 4
zenisekd
Super User
Super User

I would follow this post: https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-RANKX-index-COUNT-OCCURAN... only adjusting it by the right 6 function 🙂 can be done either in Power Query or Dax... 

ryan_mayu
Super User
Super User

@vividarinda 

pls try this

Column = if(MINX(FILTER('Table',RIGHT('Table'[UnitNo   ],6)=right(EARLIER('Table'[UnitNo   ]),6)&&'Table'[UnitNo   ]>EARLIER('Table'[UnitNo   ])),'Table'[UnitNo   ])<>"" && MAXX(FILTER('Table',RIGHT('Table'[UnitNo   ],6)=right(EARLIER('Table'[UnitNo   ]),6)&&'Table'[UnitNo   ]<EARLIER('Table'[UnitNo   ])),'Table'[UnitNo   ])="",0,1)

11.PNG

pls see the attachment below





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Hi @ryan_mayu ,

Thank you very much for your help very helpful. This worked !!

you are welcome





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.