Forum Discussion
Create a DATA Table based on another table
- Anonymous7 years ago
- Anonymous7 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
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
ok I see now! thank you so much for quick help!