Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
Solved! Go to Solution.
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.
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,
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.
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.
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 |
User | Count |
---|---|
16 | |
15 | |
14 | |
12 | |
11 |
User | Count |
---|---|
19 | |
15 | |
14 | |
11 | |
9 |