I have two tables, first contains all AreaPath
data module wise,
WorkItemId | Title | ChangedDate | State | StateChangeDate | AreaPath |
---|---|---|---|---|---|
27997 | logo in Code Provider Access | 16-03-2021 19:25 | New | 12-03-2021 21:53 | Admin |
28339 | Password policy needs to be updated | 12-03-2021 21:54 | New | 12-03-2021 21:54 | power |
28464 | Update Names of users names | 12-03-2021 21:54 | New | 12-03-2021 21:54 | Admin |
29918 | Add capturing capabilities on the Public Portal | 24-03-2021 17:27 | New | 23-02-2021 21:53 | power |
29919 | Refactor the code to make sure that the generated value done in a single location. | 23-02-2021 21:55 | New | 23-02-2021 21:55 | Empower |
29943 | Placeholder : "Provider Search Compare" needs to added on the Public Portal | 11-03-2021 17:58 | New | 23-02-2021 22:26 | power |
29948 | Add Document upload feature | 23-02-2021 22:51 | New | 23-02-2021 22:51 | power |
And i have 2nd table contains AllIteration,
AreaPath | IterationPath | StartDate | EndDate |
---|---|---|---|
power | power - Sprint1 | 08-03-2021 00:00 | 13-03-2021 00:00 |
Empower | power - Sprint 3 | 15-03-2021 00:00 | 20-03-2021 00:00 |
power | power - Migration | 22-03-2021 00:00 | 27-03-2021 00:00 |
Admin | power - License | 29-03-2021 00:00 | 03-04-2021 00:00 |
Using above table I have created one line graph and one multirow card in a single page. I added slicer for AreaPath
to categories wise I can see graphs. But the issue is I can only use slicer for belongs to one graph and table. How we can change value of other graph using slicer?