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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors