Forum Discussion

Vindy's avatar
Vindy
Regular Visitor
7 years ago
Solved

divide

I am new to power bi and I am trying to figure out how to do this in powerbi

'abc'[test]

10/'xyz'[test1]

2 Replies

  • calerof's avatar
    calerof
    Impactful Individual

    Hi Vindy ,

     

    Coefficient = DIVIDE(
                                 10,
                                 'xyz'[test1]
                         )
    • calerof's avatar
      calerof
      Impactful Individual

      Hi Vindy ,

       

      You might want to mark it as answered.

       

      Regards,

       

      Fernando