Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Create a DATA Table based on another table

Hi All,    I have a table like this :    ID Color Texture Taste S01 Yes Yes Yes S02 No No No S03 Yes Yes Yes S04 Yes No Neutral S05 No No Neutral S06 No N...
  • Anonymous's avatar
    Anonymous
    7 years ago

    The reason you're getting blank is because of the formula you've used for Return.

    You've used a fullstop instead of a comma in the formula.

    I've updated the formula to make it easier.

     

    Also another issue you have is that your data has results that are based on Scales table Echelle 2 column

    But you've used Echelle 1 column to try to get your results through DAX

    So results won't match because the value doesn't match your data table.

    As such I've shown this in the Scales table by doing 2 formulas. 1 based on Echelle1 and one based on Echelle2 to demonstrate

     

    https://ufile.io/tp83h