cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Lukas_317
Regular Visitor

Understand Matrix and "Show data point as a table"

HI,

I have problem with understand how works Matrix and "Show data point as a table":

The first - I have Table like this:

NameValue1Value2Value3
Name1    1   1

Name2

    1  1
Name3    1  1
Name1   1   1 
Name3    1
Name2   1  1  1
Name3    1

 

and I used in Matrix - in row give Name, in Values - Value1, Value2 and Value3. Matrix looks great,

 Value1Value2Value3
Name1  2   1

Name2

  1  2  2

Name3

   1  3

 

But, when I used "Show data point as a table" , I get all data, not only this who I chose.

 

example. I choes PPM on the matrix, 3 and "Show data point as a table" i have all data, not only 3 posytions.

Whay?

1 ACCEPTED SOLUTION
v-chenwuz-msft
Community Support
Community Support

Hi @Lukas_317 ,

 

The function "Show data point as a table" is used to show the underlying data of this matrix table visual. So the data is from the orginal table. Please refer this articel.

Visual table and records in Power BI visuals - Power BI | Microsoft Docs

 

If you want show data point table for only 3 posytions, you should unpivot the orgianl table firstly.

vchenwuzmsft_0-1656901013963.gif

Then, in rows give Name, in columns give Attribute and values give Values.

vchenwuzmsft_1-1656901135749.png

Pbix in the end you can refer.

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

2 REPLIES 2
v-chenwuz-msft
Community Support
Community Support

Hi @Lukas_317 ,

 

The function "Show data point as a table" is used to show the underlying data of this matrix table visual. So the data is from the orginal table. Please refer this articel.

Visual table and records in Power BI visuals - Power BI | Microsoft Docs

 

If you want show data point table for only 3 posytions, you should unpivot the orgianl table firstly.

vchenwuzmsft_0-1656901013963.gif

Then, in rows give Name, in columns give Attribute and values give Values.

vchenwuzmsft_1-1656901135749.png

Pbix in the end you can refer.

Best Regards

Community Support Team _ chenwu zhu

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

HI,

How simple it is, as you have already shown, I used SQL and the union function.

Thank you very much.

 

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors