Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

desktop

Hi,   i am facing an issue with dax, i have written a if condition to create a new column. need a support to fix this problem asap. i am explaining the issue with dummy data, i have two columns li...
  • Wickin's avatar
    8 years ago

    Try creating the following measure (not a column):

     

    C =
    DIVIDE ( SUM ( dummy[B] )SUM ( dummy[A] )0 )
  • jthomson's avatar
    jthomson
    8 years ago

    You had the result you wanted in your previous post...