I have Power BI drilltrough button (with action and destination) and it works on Ctrl+Enter, but does not work on Ctrl+Click (neither button of the mouse works). What can be the problem? How to debug this?
Asked
Active
Viewed 1,096 times
1 Answers
3
There are 2 options for the text of the button: General - Title - Tex
t and Button - Style - Text - Text
and both of them can be used for the button caption, but the important point is: General - Title
is not serving as the active are in which the click can be made and that is why the General - Title
is provided instead of the Button - Style - Text
, then the click does not work. So - one should provide Button - Style - Text
to solve the issue. So - you should know what you are trying to do, intuition may not apply!

TomR
- 2,696
- 6
- 34
- 87
-
Got me out of a hole this - answer is spot on. – Scouse_Bob Oct 07 '22 at 04:54
-
I would have never in a million years thought it was something along these lines. – NathanLite Jul 25 '23 at 17:46