Forum Discussion
Disabling the Cntrl+ select option to only allow single selection
- Anonymous9 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
- 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")
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
- microsoftrookie9 years ago
Advocate II
Thank you for timely response Mr. Sheng. As a Data dissemination unit we value having the ability to limit this function and having this function will greatly affect databases having weighted information. I will do as you reccomended and put in an idea about this requirement. Thank you again for your time.
Regards,
Microsoft Rookie.