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 facing an issue with displaying data in a table visual. My data consists of multiple columns, and I want to show each row without summarizing the values. Here is an example of my data:
Column 1 Column 2 Column 3 Column 4 Column 5
Value A1 | Value B1 | Value C1 | Value D1 | 10000 |
Value A1 | Value B1 | Value C1 | Value D1 | 10001 |
Value A1 | Value B1 | Value C1 | Value D1 | 10002 |
Value A1 | Value B1 | Value C1 | Value D1 | 10003 |
However, in the table visual, I need to display the data as follows:
Column 1 Column 2 Column 3 Column 4 Column 5
Value A1 | Value B1 | Value C1 | Value D1 | 10000 |
10001 | ||||
10002 | ||||
10003 |
I've added the columns to the table visual, but the values are being summarized by default, and I can't see an option to display them without summarization. Here’s what I’ve tried so far:
Despite these steps, the data still shows only the columns without values or summarizes the numeric field. What steps should I follow to display each row of data without summarizing?
Thank you for your assistance!
Solved! Go to Solution.
@Irwan ,
Thank you, Irwan, for your alternative solution. Your approach of unpivoting the columns in Power Query and then using DAX to make repeated values blank seems promising.
This method accommodates my multiple column data and simplifies the process. However, as you mentioned, the row layout might need adjustment, but it’s a great start!
Thank you again for your assistance. I will try this approach and keep you posted on the results.
Thank you, Irwan, for your suggestion. I have already applied the "Don't Summarize" option for the last numeric column, but my goal is to display the first four columns with unique values in a single row without repeating the same values across multiple rows.
Here’s an example of my desired output:
Currently, when I add all columns to the table visual and set the numeric column to "Don't Summarize," I still
see each row repeated with the same values in the first four columns.
Could you please advise on how to achieve this display where the first four columns show unique values in a single row without repetition?
Thank you for your assistance.
Hello @PBI_learn_NK
not sure if this is the most efficient way, but here is the easiest way that i can think.
Also I added some value in your table just incase you need to differentiate value in those column (1-4).
Since you want to put value in all column at the lowest value of Column5, then you need conditional if to make them blank. Tabel visual will show all value in your column and matrix visual seems not match to your need.
@Irwan ,
Thank you, for your detailed solution. Your approach works well for a few columns. However, since I have many more columns, I will try alternative approaches and keep you posted.
Thank you again for your assistance and creative solution!
Best Regards,
NK
Hello @PBI_learn_NK
if you have a lot of column then the only choice is merging them in Power Query first.
1. Select all column, then choose unpivot column
2. it will merge those column into one column
3. Create calculated column and use the previous DAX to make blank value
This way should accomodate with your multiple column data. However, the row seems not be able to be moved to the right side so the value of Column5 is on the left side. And this trick will need you to change your table structure (merging them into one column).
Hope this will help you.
Thank you.
@Irwan ,
Thank you, Irwan, for your alternative solution. Your approach of unpivoting the columns in Power Query and then using DAX to make repeated values blank seems promising.
This method accommodates my multiple column data and simplifies the process. However, as you mentioned, the row layout might need adjustment, but it’s a great start!
Thank you again for your assistance. I will try this approach and keep you posted on the results.
User | Count |
---|---|
84 | |
80 | |
70 | |
47 | |
43 |
User | Count |
---|---|
108 | |
54 | |
50 | |
40 | |
40 |