1

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?

TomR
  • 2,696
  • 6
  • 34
  • 87

1 Answers1

3

There are 2 options for the text of the button: General - Title - Text 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