Forum Discussion
gbpbi
1 year agoFrequent Visitor
Dual sided table
Hello I am looking to make a table that has two sides to it. I know I can make two tables that share the same rows, then overlap them, but I was wondering if there is a way to have 1 table do wha...
- 1 year ago
I ended up figuring out how to do this without anything crazy. I was overthinking it, I just needed to make a chart visual and put the categories in the middle. Measures just have to explicitly work without any context filters required, and break out of any filters that are currently used.
Visharavana
1 year agoResolver II
Hi gbpbi
First, you create one static table that has a description and index, and then you write a DAX measure to show column 1 values for the respective description using the index. You need to write the column 1, column 2, column 3, PCT, and YTD column 4, column 5, column 6, and PCT.
| Index | Description |
| 0 | Category 1 |
| 1 | Category 2 |
| 2 | Category 3 |