Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago

for loops to generate a dataframe

Hi Guys,  given this code: NewTable = ADDCOLUMNS (     SUMMARIZE ( table, table[Date] ),     "AP_0", [AP_0] ) I need to make it dynamic in the following sense. I created a measure called AP w...