Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

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

This is roughly what I am looking to do:

gbpbi_0-1749074326303.png

 

Thanks

1 ACCEPTED SOLUTION
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.

View solution in original post

6 REPLIES 6
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.

v-kpoloju-msft
Community Support
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:

vkpolojumsft_0-1749103731151.png

 


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.

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.

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.

Hi @gbpbi,

I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.

Visharavana
Resolver II
Resolver 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.

IndexDescription
0Category 1
1Category 2
2Category 3

 

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.