Forum Discussion

gbpbi's avatar
gbpbi
Frequent Visitor
1 year ago
Solved

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 what I'm looking for.

This is roughly what I am looking to do:

 

Thanks

  • 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.

6 Replies

  • gbpbi's avatar
    gbpbi
    Frequent Visitor

    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.

  • 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.

    IndexDescription
    0Category 1
    1Category 2
    2Category 3

     

  • v-kpoloju-msft's avatar
    v-kpoloju-msft
    Community Support

    Hi gbpbi
    Thank you for reaching out to the Microsoft fabric community forum. Thanks Visharavana for your inputs on this thread.

    After thoroughly reviewing the details you provided, I reproduced the scenario again, and it worked on my end. I used it as sample data and successfully implemented it.

    outcome:

     


    I am also including .pbix file for your better understanding, please have a look into it:

    If this post helps, then please give us ‘Kudos’ and consider Accept it as a solution to help the other members find it more quickly.

    Thank you for using Microsoft Community Forum.

    • v-kpoloju-msft's avatar
      v-kpoloju-msft
      Community Support

      Hi gbpbi,

      May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

      Thank you.

      • v-kpoloju-msft's avatar
        v-kpoloju-msft
        Community Support

        Hi gbpbi,

        I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
        Thank you.