I have 2 tables - IncidnetLog and IncidentLatest. IncidentLog is the list of logs for each incident , hence it contain multiple rows for same incident, containing duplicate value in Incident ID column. IncidentLatest is the latest and unique detail (latest row based on Modified date) from IncidentLog table.
I have created a report in Table visual in Power BI fetching IncidentLatest records. Now I have requirement to expand/collapse each row in the table visual which will show/hide the respective detail from IncidentLog table.
Is this possible in Table Visual? Or what can be alternate implementation for this?