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
Anonymous
Not applicable

Looking for help Simplifying my table in Power BI

Hey all,

 

We are currently trying to clean up the look of our table. Ill Creat an example of what it looks like now with a table and how we want it to look. We have tried the matrix view and this has not worked for us either.

Bobby

Milk

Bobby

Eggs
BobbyBread
MaryPeppers
MaryKetchup

 and we want the table to do this.

BobbyMilk
 

Eggs

 Bread
MaryPeppers
 Ketchup
 

Juice 

 

 

Obviously this is a very simplified example but any insights will help

1 ACCEPTED SOLUTION
V-lianl-msft
Community Support
Community Support

Hi @Anonymous ,

 

If you only want static display, you can create a condition column.

col3 = 
var r_ = RANKX(FILTER('Table',EARLIER('Table'[Column1])='Table'[Column1]),'Table'[Column2])
return IF(r_=1,'Table'[Column1],BLANK())

Vlianlmsft_0-1633677791840.pngVlianlmsft_1-1633677805284.png

 


Best Regards,
Liang
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-lianl-msft
Community Support
Community Support

Hi @Anonymous ,

 

If you only want static display, you can create a condition column.

col3 = 
var r_ = RANKX(FILTER('Table',EARLIER('Table'[Column1])='Table'[Column1]),'Table'[Column2])
return IF(r_=1,'Table'[Column1],BLANK())

Vlianlmsft_0-1633677791840.pngVlianlmsft_1-1633677805284.png

 


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

TheoC
Super User
Super User

Hi @Anonymous 

 

Use the Treemap visual:

 

TheoC_0-1633464786821.png

 

Then go to Filter and select Stepped Layout on:

 

TheoC_3-1633464877753.png

 

Hope this helps 🙂

 

 

If I have posted a response that resolves your question, please accept it as a solution to formally close the post.

Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!

Want to connect?www.linkedin.com/in/theoconias

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.