Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet 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!
| User | Count |
|---|---|
| 97 | |
| 71 | |
| 50 | |
| 46 | |
| 44 |