Forum Discussion

PBI_learn_NK's avatar
PBI_learn_NK
Frequent Visitor
2 years ago
Solved

How to Display Rows Without Aggregation in Table Visual?

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:...
  • PBI_learn_NK's avatar
    PBI_learn_NK
    2 years ago

    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.  

    1. Unpivoted the columns in Power Query to merge them into one column.
    2. Created a calculated column using your provided DAX formula to conditionally blank out repeated values.
    3. Plotted the data using a matrix visual.

    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.