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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Anonymous
Not applicable

Matrix Visual - show and hide columns related to each step

Using a Matrix Visual, is it possible to get this type of effect:

 

Nilkamal11_1-1669684765358.png

 

 

1 ACCEPTED SOLUTION
v-xiaotang
Community Support
Community Support

Hi @Anonymous 

Please try this workaround

create the measure below to replace [First App Desc] column

First App Desc Measure = 
var _firstapp= FIRSTNONBLANK(SELECTCOLUMNS(FILTER(ALL('Table'),'Table'[App]=MAX('Table'[App])),"sub app",[Sub App]),[sub app])
return IF(MAX('Table'[Sub App])=_firstapp||NOT(ISFILTERED('Table'[Sub App])),MAX('Table'[First App Desc]),BLANK())

before

vxiaotang_0-1669881051570.png

after

vxiaotang_1-1669882072909.pngvxiaotang_2-1669882079554.png

 

Best Regards,

Community Support Team _Tang

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

View solution in original post

4 REPLIES 4
v-xiaotang
Community Support
Community Support

Hi @Anonymous 

Please try this workaround

create the measure below to replace [First App Desc] column

First App Desc Measure = 
var _firstapp= FIRSTNONBLANK(SELECTCOLUMNS(FILTER(ALL('Table'),'Table'[App]=MAX('Table'[App])),"sub app",[Sub App]),[sub app])
return IF(MAX('Table'[Sub App])=_firstapp||NOT(ISFILTERED('Table'[Sub App])),MAX('Table'[First App Desc]),BLANK())

before

vxiaotang_0-1669881051570.png

after

vxiaotang_1-1669882072909.pngvxiaotang_2-1669882079554.png

 

Best Regards,

Community Support Team _Tang

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

Anonymous
Not applicable

This solves my main problem. Thank you so much.

Anonymous
Not applicable

Thank you so much. I do have my sample file but I don't see an option on how to attach.


But this is pretty close to the solution, only thing is if the AppDesc1 could be on the row that has App1 when it is maximised

I'm not sure if I'm just missing the attach file option or if I don't have it since I'm new.

 

amitchandak
Super User
Super User

@Anonymous ,

if you are looking for a Hybrid display with Matrix Column and measure
https://community.powerbi.com/t5/Community-Blog/Creating-a-custom-or-hybrid-matrix-in-PowerBI/ba-p/1354591
https://community.powerbi.com/t5/Quick-Measures-Gallery/The-New-Hotness-Custom-Matrix-Hierarchy/m-p/963588#M428

vote for Hybrid Table
https://ideas.powerbi.com/ideas/idea/?ideaid=9bc32b23-1eb1-4e74-8b34-349887b37ebc

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.