Forum Discussion
Tooltip Filtered Results
- 3 years ago
ljkeefe I have a workaround solution for your requirement. Instead of tooltip, you can provide drill through to the user to check the list of projects.
Here is my solution:
Output:
Steps:
1. Create a 100% Stacked Bar Chart
2. Bring in Project on Y-Axis and Award to Acceptance on X-Axis
3. Create a measure for getting the Min Value:
Min Award to Acceptance = MIN( ProjectList[Award to Acceptance Duration] )
4. Under "Filter on this visual" for click on 100% Stacked Bar Chart, click on Project
5. Select Filter Type as Top N and choose Bottom and 1 in the field values
6. Bring the measure for Min Value created above and the chart should be filtered down to the minimum value
7. Create a drill through page with a table and pull in your Project column in the table
8. Pull Award to Acceptance and Project column in drill through fields in drill through page
Now, when you do drill through from the chart it should show the desired result.
To use it as a part of your dashboard, just remove all elments (title, data labels) from the chart.
To make it transparent; create this measures for conditional formatting and use it conditional formatting Bar colors:Conditional Format = "#FFFFFF00"
Now put this chart on top of the card and right click to go to the drillthrough page.
Now, repeate the above steps for all other cards. This way you would be utilizing a single drill through page for all your cards.
Attaching the PBIX file for your reference. Hope this helps.
** If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution, so that it comes in top of the search and help others. Thank you !
Good Luck 👍
ljkeefe Thanks for the PBIX file.
It didn't work out as I have expected it would. So, I believe you need to create multiple report tooltip page for different cards.
I will let you know if I could find any other solution to this problem.
ghoshabhijeet I appreciate you trying. I was trying to avoid multiple report but seems like it's not avoidable. Thank you!
- ghoshabhijeet3 years agoSolution Supplier
ljkeefe I have a workaround solution for your requirement. Instead of tooltip, you can provide drill through to the user to check the list of projects.
Here is my solution:
Output:
Steps:
1. Create a 100% Stacked Bar Chart
2. Bring in Project on Y-Axis and Award to Acceptance on X-Axis
3. Create a measure for getting the Min Value:
Min Award to Acceptance = MIN( ProjectList[Award to Acceptance Duration] )
4. Under "Filter on this visual" for click on 100% Stacked Bar Chart, click on Project
5. Select Filter Type as Top N and choose Bottom and 1 in the field values
6. Bring the measure for Min Value created above and the chart should be filtered down to the minimum value
7. Create a drill through page with a table and pull in your Project column in the table
8. Pull Award to Acceptance and Project column in drill through fields in drill through page
Now, when you do drill through from the chart it should show the desired result.
To use it as a part of your dashboard, just remove all elments (title, data labels) from the chart.
To make it transparent; create this measures for conditional formatting and use it conditional formatting Bar colors:Conditional Format = "#FFFFFF00"
Now put this chart on top of the card and right click to go to the drillthrough page.
Now, repeate the above steps for all other cards. This way you would be utilizing a single drill through page for all your cards.
Attaching the PBIX file for your reference. Hope this helps.
** If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution, so that it comes in top of the search and help others. Thank you !
Good Luck 👍
- ljkeefe3 years agoHelper II
ghoshabhijeet thank you. I would like to try this work around but I have a question. Are steps 7 and 8 manual filters? Like, do I have to check the boxes in the filter area? and I'm unclear how you got the Bottom 1 project on this page when that filter was on the other page with the bar graph.
- ghoshabhijeet3 years agoSolution Supplier
ljkeefe Please check the attached PBIX file in my reply earlier.