Forum Discussion
Dynamically Index a Column based off it's Header matching existing Slicer
TDuplechain , as of now it seems like the VDC list is used in the column field of the matrix visual .
if you want a table, then you need to pivot
Pivot Data(Power Query) :https://www.youtube.com/watch?v=oKByyI09Bno&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=12
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
I have another problem now seperate to this original one.
I need to turn on and off lines on POWER BI line chart, I've created a separate table that is serving as a slicer, and the table has a column that match the names of the lines on the line chart i want to toggle on and off. but I can't get the relationship between the lines on the chart, and the names from my slicer table to work correctly.