Forum Discussion

drrai66's avatar
drrai66
Resolver I
8 years ago
Solved

How to Return These Values

Hi Experts

I posted this question earlier and was thinking that I got the answer but it is not working. I have these 2 columns A and B. I have Calculated these values (NOT IN POWER QUERY) but using  IF Statements by adding Custom Column.  Here A and B are Integars. I want exact following display for A/B as TEXT, no Division. I want the values of A/B.

 

CategoryABA/B
786531540 4/0
786533510 1/0
786533630 3/0
786535100 0/0
786545330 3/0
786558811 1/1
786573700 0/0

 

Thanks

Deepak

  • HI drrai66

     

    I think I understand what you are after and the following calculated column works for me.

     

    A/B = 'Table3'[A] & "/" & 'Table3'[B]

1 Reply

  • Phil_Seamark's avatar
    Phil_Seamark
    Microsoft Employee

    HI drrai66

     

    I think I understand what you are after and the following calculated column works for me.

     

    A/B = 'Table3'[A] & "/" & 'Table3'[B]