Forum Discussion
Anonymous
3 years agoNot applicable
Measure SWITCH with Parameter
Combined Measure = IF( SELECTEDVALUE('Category switch views'[Parameter]) = "Country", [% EE by Country], IF( SELECTEDVALUE('Category switch views'[Parameter]) = "Band", [% EE by Band], BLANK() ) ) ...
TaylorPBI21
3 years agoResolver I
Hi Anonymous,
Could you add a sample table and then the result you'd expect?😎