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

IF Statemenr Based in 2 column differnt Type

Hi ,

 How to Convert This DAX Code to add custom column in power query

 

 Acc Lev 2 = SWITH(TRUE( ),
                    F0901[GMOBJ] =1101 && F0901[GMSUB] =1000 , "A/R & Others",
                    F0901[GMOBJ] =1101 && F0901[GMSUB] =2000 ," A/R & Others",
F0901[GMOBJ] =1101 && F0901[GMSUB] =2500 ," A/R & Others",
F0901[GMOBJ]=1101 && F0901[GMSUB]<1000 && F0901[GMOBJ]<1130 ,"Cash&Banks",
       
Please notes GMOBG Column type Whole Number & GMSUB Column Type Text
1 ACCEPTED SOLUTION
Mohammed-
Helper I
Helper I

Hi @PijushRoy 

Thanks for your replay  and i am so sorry for delay  you   the problem ther is some Account include text  any way i changed  the type 

thank you very much

View solution in original post

2 REPLIES 2
Mohammed-
Helper I
Helper I

Hi @PijushRoy 

Thanks for your replay  and i am so sorry for delay  you   the problem ther is some Account include text  any way i changed  the type 

thank you very much

PijushRoy
Super User
Super User

Hi @Mohammed- 

Please change Datatype of the GMSUB text to number in PQ
Then use below formula in Custom Column

= if [GMOBJ]=1101 and [GMSUB]=1000 then "A/R & Others" else if [GMOBJ]=1101 and [GMSUB]=2000 then "A/R & Others" else if [GMOBJ]=1101 and [GMSUB]=2500 then "A/R & Others" else if [GMOBJ]=1101 and [GMSUB]<1000 and [GMOBJ]<1130 then "Cash&Bank" else null

Change the logic as per your requirement, I hope you find the logic

Please revert change Datatype of the GMSUB number to text in PQ

If solved your requirement, please mark this answer as SOLUTION.
If this comment helps you, please THUMBS UP 👍 this comment


Thanks
Pijush

Follow www.MyAccountingTricks.com 
Youtube - https://www.youtube.com/channel/UCWWGZXYYq_TmV6UPiC3ujkQ


Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

Top Solution Authors
Top Kudoed Authors