Forum Discussion

TestTest17891's avatar
TestTest17891
Advocate I
2 years ago
Solved

Create a toggle switch

I am using a field parameter which contains two measures: Parameter = { ("Sales Price", NAMEOF('Measure'[Sales Price]), 0), ("Unit Sold", NAMEOF('Measure'[Unit Sold]), 1) } I can use the Slicer ...
  • AmiraBedh's avatar
    2 years ago

    There is no default visual in Power BI like the one you want but you can use a custom visual like this one in the AppSource. First, add a parameter in the data field. Then in the visual properties, under switch, set Value(s) for ON: Sales Price and Unit Sold for OFF (or the other way round)