Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Pass measure value to a dax function variable

I have a what - if-parameter :   Vals = GENERATESERIES(1, COUNTA(Sale[Row ID]), 1) Count = SELECTEDVALUE('Table 1'[Vals])   Now the data in count needs to be passed to var size of below dax f...