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
Anonymous Hi, I'm sorry but I'm missing something. When I adapt your formula to calculate each row, I get blanck cells only.
Would you be kind enough to check my file and let me know what I did wrong? It would help me a lot!
- Anonymous7 years agoNot applicable
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
- Anonymous7 years agoNot applicable
ok I see now! thank you so much for quick help!