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]
  • calerof's avatar
    7 years ago

    Hi Vindy ,

     

    Coefficient = DIVIDE(
                                 10,
                                 'xyz'[test1]
                         )