Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi
I'd like to acheive this on a dateset, left is data as received right is what I'd like.
The Yes no values could be version numbers if easier
Solved! Go to Solution.
@Anonymous ,
a new measure =
var _1 = calculate( countrows(Table[Software Version])+1 )
return
if(_1 >=1, "Yes", "No")
Use Matrix visual Machine on row, version on column and measure as value
@Anonymous ,
a new measure =
var _1 = calculate( countrows(Table[Software Version])+1 )
return
if(_1 >=1, "Yes", "No")
Use Matrix visual Machine on row, version on column and measure as value
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!