Forum Discussion

PBAEIGuy's avatar
PBAEIGuy
Frequent Visitor
1 year ago

Parameter Slicer that dynamically changes values on a chart

I have a rough mock up of a chart on a dashboard with the following formula:  Adjusted Revenue = SUMX(     'Test Data',     SWITCH(         TRUE(),         'Test Data'[Type] = "Type A",   ...