Forum Discussion

microsoftrookie's avatar
microsoftrookie
Icon for Advocate II rankAdvocate II
9 years ago
Solved

Disabling the Cntrl+ select option to only allow single selection

Hello, the issue that I am asking for help on is that on my Dashboard that I intend on eventually publishing does not prevent people from using the keyboard control of selecting multiple options on s...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Hi microsoftrookie,

     

    Current power bi cannot disable multiple select through press the ctrl key + click. For this scenario, I'd like to suggest you submit an idea about this requirement.

     

    Regards,

    Xiaoxin Sheng

  • fhill's avatar
    9 years ago

    Crazy idea... what if you don't return a result if they select more than one value?  VERY 'un-user friendly', but might work...??

     

    OneValue = IF( DISTINCTCOUNT(Table1[Region]) = 1 ,SUM(Table1[Value]),"One Value Only")