Forum Discussion
lucadelicio
1 year agoImpactful Individual
Small multiples Parametric ON/OFF
Goodmorning everybody,
i need to do a porting from another BI system. I need to create a chart and line visual with the switch on/off option on the small multiples. This is the chart when t...
- 1 year ago
After many hours of works i resolved immediately after publish the post -.-''
This is the correct way to create the parameter fileds for switch OFF/ON the Small multiples!PAR Country = {("ON", NAMEOF('kpi-EV'[COUNTRY]), 0),("OFF", TRUE(), 1)}
Thank you anyway!
lucadelicio
1 year agoImpactful Individual
After many hours of works i resolved immediately after publish the post -.-''
This is the correct way to create the parameter fileds for switch OFF/ON the Small multiples!
PAR Country = {
("ON", NAMEOF('kpi-EV'[COUNTRY]), 0)
,("OFF", TRUE(), 1)
}
Thank you anyway!
Thank you anyway!