Forum Discussion

kfschaefer's avatar
kfschaefer
Helper IV
10 years ago
Solved

Divide one column by another

what is wrong with this statatement   divide([#"NetIncome$Total"],[RevenueTotal]) Got example from Chris Webb blog:     member measures.[France as a % of US] as divide(measures.[France Sales...
  • MattAllington's avatar
    MattAllington
    10 years ago

    This is far too much information to go into here. I suggest you read my book as a great way to get started quickly and correctly. http://xbi.com.au/learndax

     

    with your first formula, are the 2 arguments inside divide columns or measures?  As a second question, Is the formula you are trying to write a measure or a calculated column?