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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
@Anonymous, try like
Change(vs Last Survey) = var _date= maxx(filter(allselected('Survey Data Scores(%)'), 'Survey Data Scores(%)'[Facility Name + ID] = max('Survey Data Scores(%)'[Facility Name + ID]) && 'Survey Data Scores(%)'[Survey Close Date] < max('Survey Data Scores(%)'[Survey Close Date]) ), 'Survey Data Scores(%)'[Survey Close Date])
var _score=max('Survey Data Scores(%)'[Question])- maxx(filter(allselected('Survey Data Scores(%)'), 'Survey Data Scores(%)'[Facility Name + ID] = max('Survey Data Scores(%)'[Facility Name + ID]) && 'Survey Data Scores(%)'[Survey Close Date] =_date ), 'Survey Data Scores(%)'[Question])
return
IF(max('Survey Data Scores(%)'[Current/Last])="Current Survey", IF(_score=max('Survey Data Scores(%)'[Question]),0,ROUND(_score,1) ))
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 |
|---|---|
| 57 | |
| 44 | |
| 42 | |
| 20 | |
| 18 |