Forum Discussion

Ayupchap's avatar
Ayupchap
Helper III
8 years ago
Solved

Comparing a result to another

OK this is a little difficult for me to explain but I shall do my best.   I have linked to a database as mysource and using POwerBI to carry out my dashboards, so far this is going excellent.  I am...
  • drewlewis15's avatar
    8 years ago

    You need to add a custom column with the following statement (alter based on your field names):

     

    if [Correct Answer] = [Student Answer] then "Correct" else "Incorrect"

     

    Your end result will look something like this: