Forum Discussion
Anonymous
7 years agoNot applicable
Creating table out of 1 value through DAX
Hello everyone! I have stucked with the dax formulas. Here is the situation: 1. We have only 1 variable value that is used to create all other columns, and two columns to interact with. 2. That on...
Greg_Deckler
Community Champion
7 years agoOK, let me try a different track, what do you expect the results should be for the data provided? If not 10, then what?
Anonymous
7 years agoNot applicable
Greg, in column "Average values" evrything is correct, errors happens when I use the SUMX measure in next measures, they are kind of nested
>> "Value1_for_reciept = SUMX('Table1';'Table1'[Sum Value] / 'Table1'[Reciept value])" i was waiting 23,49*2,35 which is equal to 10 but i get "Average_values" somehow