Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon'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.
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
after
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.
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
after
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.
This solves my main problem. Thank you so much.
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.
@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
User | Count |
---|---|
116 | |
73 | |
60 | |
48 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |