@powerbi
3 TopicsProblem with My Custom Visual in Power BI
I've developed a DatePicker visual for Power BI, but I'm facing an annoying issue that affects user experience. When users interact with the report, my visual keeps flickering between showing the selected date and showing "Select period" (the no-filter state). This rapid alternation between states happens most noticeably when users select a date or click the "Clear filters" button in Power BI. The root cause seems to be that my visual receives multiple contradictory updates from Power BI in quick succession. One update tells the visual that filters are applied, then immediately another update says no filters exist, then back again to filters being applied. This creates the flickering effect as my visual tries to respond to each update. I'd like to know if this behavior is normal in Power BI or if there's a recommended way to handle these contradictory updates. Is there a technique to make my visual display a consistent state? Also, is there a reliable way to detect when a user has clicked the "Clear filters" button? Any help or suggestions from those who have encountered similar issues would be greatly appreciated.Can you use a tooltip in a table to display description
Is there a way to show additional data in a table for one field IF the field has conditional formatting to display a YES or NO? In the screenshot below, the Go to Green plan would have either a Yes or No displayed. The Yes, when clicked on or hovered over would display data pertaining to that project. Is this possible through tooltips? Table with Yes/No When Yes is selected or hover over, it would display the detail for that project.