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 All
Now i need 2 expression :-
@admin11 , Try like
_LYTD_OTH_IN =
var _max = date(year(today())-1,month(today()),day(today()))
return
CALCULATE(
SUM(GL[AMT])*-1,
FILTER(
GL,
GL[1_OTH]="OTH"
), DatesYTD(dateadd('DATE'[Date],-1,year)),'DATE'[Date]<=_max)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.