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 Gurus,
I need to filter my measure by two columns in the same table, I need the blue highlited value at the measure output (9,249.20) but I am getting 27,999.02.
any help would be really appriciated.
Solved! Go to Solution.
@amalrio , Try a measure like
Var _min = min('Date'[Date])
var _max = calculate(maxx(allselected(Table), Table[PlanStatDate]), filter(Table, Table[StartofMonth] =_min))
return
calculate(sum(Table[Forecast_rate_poh]), filter(Table, Table[PlanStatDate] =_max))
@amalrio , Try a measure like
Var _min = min('Date'[Date])
var _max = calculate(maxx(allselected(Table), Table[PlanStatDate]), filter(Table, Table[StartofMonth] =_min))
return
calculate(sum(Table[Forecast_rate_poh]), filter(Table, Table[PlanStatDate] =_max))
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 | |
| 73 | |
| 50 | |
| 46 | |
| 44 |