Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Table pop-up visual

A relative newbie here; i'm working on producing a resourcing report.

 

I have the following underlying table structrue for my PowerBI Report

 

WorkerProjectFTE
TomX0.5
JimX0.7
TomY0.8
HamishZ0.5

 

I have set up a table Visual in my report which displays the Project and FTE only. So the table above is displayed as follows. By removing the 'Project Column' from my view, I am able to get a summarised total per resource. 

 

WorkerFTE
Tom1.3
Jim0.7
Hamish0.5

 

I want to be able to have a conditional / pop up visual of sorts which allows be to click on/hover-over Tom and show all projects that he is working on (i.e. Project X and Y). I have looked into Drill Through and Tooltips as potential options, but am unable to get them to work in my scenario. 

 

What would be the best way to do this? Any guidance would be much appreciated!

  • Hi,

    if you want to add a drilltrhough page like this:

    you need:

    - add another page
    - in the new page  in this area:

     

    - drop Worker in "Add drill-through fields here"

     

     

    - change the name of the page to help user understanding it i a DT page

    - then in your first page with the right click on the name 

    you reach your drill-through page.

     

    If this post is useful to help you to solve your issue consider giving the post a thumbs up 👍

     

     and accepting it as a solution !

     

     

     

     

     

  • KNP's avatar
    KNP
    4 years ago

    Unfortunately no, not as a tooltip anyway. I also find the hover functionality annoying at times.

     

    You could fake it with bookmarks potentially, although it may be more effort than it's worth.

    You'd likely need to have a button that was conditionally populated/active, upon selecting a row/item, activate the button, when clicking the button have a dynamic action that shows a visual and has a semi-transparent rectangle that makes it look like the other visuals are greyed out. It would be a fun exercise to do if I had time and there are a lot of useful techniques in there, but like I say, probably more effort than it's worth.

     

    The other way to deal with it would be to drill through to another page. If you really needed the other visuals greyed out you could duplicate your existing page and put the semi transparent rectangle I mentioned above, over the other visuals.

     

    It really is down to the importance of these features for the report consumers vs effort.

     

    Hope this helps.

7 Replies

      • Anonymous's avatar
        Anonymous
        Not applicable

        Thanks KNP! Really appreciate you taking the time out to create a visual flow. I have managed to create a Tooltip which works quite well.

         

        A quick follow-up, if you don't mind. Is there a way to make that tool tip clikable and display permanently until closed, rather than having to hover over it? Ideally, to be able to click on the visual, have a box appear on the screen on which there is a focus, and have the background of the report greyed out?

         

         

  • Hi,

    if you want to add a drilltrhough page like this:

    you need:

    - add another page
    - in the new page  in this area:

     

    - drop Worker in "Add drill-through fields here"

     

     

    - change the name of the page to help user understanding it i a DT page

    - then in your first page with the right click on the name 

    you reach your drill-through page.

     

    If this post is useful to help you to solve your issue consider giving the post a thumbs up 👍

     

     and accepting it as a solution !

     

     

     

     

     

  • Anonymous's avatar
    Anonymous
    Not applicable

    Thank you once again for taking the time out to respond, KNP. I think you're probably right in that it is more trouble than it's worth.