Forum Discussion

enavesca's avatar
enavesca
Frequent Visitor
2 years ago

Using parameter as slicer

I’ve created the scatter chat below based on “SIZE” and “SCORE” metrics: Size = CALCULATE(DIVIDE(SUM((table[Size_number])),COUNTROWS(table))) Score = SUM(table[New_value])   Additionally, I creat...