Bug? Trialing the Gantt visual – getting infinite loop on row selection
As the title states – when I select any row and there are other visuals in the same page, then every visual experiences an infinite loop reloading ‘Cross-highlighted’.
The issue only occurs when selecting a row within the Gantt, not the other way around. Other visuals can Cross-highlight into the xViz Gantt visual.
The only way to stop the loop is to change to another report page, then return to the page.
Query from the Performance analyzer
Note: the query is slightly different each time.
// DAX Query DEFINE VAR __DS0Core = SUMMARIZECOLUMNS( 'Combined'[Summary], 'Combined'[Start Date], 'Combined'[Due Date2], 'Combined'[Release Date], 'Combined'[Release Name], 'Combined'[Key], 'Combined'[Sub Domain], 'Combined'[Epic], 'Combined'[sortEpic], "MinDomain", CALCULATE(MIN('Combined'[Domain])), "MinAssignee", CALCULATE(MIN('Combined'[Assignee])), "MinProject_Owner", CALCULATE(MIN('Combined'[Project Owner])), "MinEpic_Description", CALCULATE(MIN('Combined'[Epic Description])), "MinSub_Domain", CALCULATE(MIN('Combined'[Sub Domain])) ) VAR __DS0BodyLimited = TOPN( 10002, __DS0Core, [MinDomain], 1, 'Combined'[Summary], 1, 'Combined'[Start Date], 1, 'Combined'[Due Date2], 1, 'Combined'[Release Date], 1, 'Combined'[Release Name], 1, 'Combined'[Key], 1, 'Combined'[Sub Domain], 1, 'Combined'[sortEpic], 1, 'Combined'[Epic], 1 ) EVALUATE __DS0BodyLimited ORDER BY [MinDomain], 'Combined'[Summary], 'Combined'[Start Date], 'Combined'[Due Date2], 'Combined'[Release Date], 'Combined'[Release Name], 'Combined'[Key], 'Combined'[Sub Domain], 'Combined'[sortEpic], 'Combined'[Epic]
Question is closed for new answers.
Prachi Selected answer as best
Hello,
This issue has already been fixed and you can expect an updated version in the Appsource in next few weeks.
In case, if you are an existing customer, please drop an email to xViz support team.
Regards,
Dharani
Prachi Selected answer as best