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 Folks,
I am looking for a solution to categorize the row as 1 or 0 in column scope, based on maximum end date and Include column "Yes" . Below is the snap shot i have attached. Can you help me with formula. Many thanks
Solved! Go to Solution.
Thanks @Jihwan_Kim , I applied filter for include. It worked
@Jihwan_Kim , Thanks for responsding. Not sure why it is not working properly in project file.
Thanks @Jihwan_Kim , I applied filter for include. It worked
Hi,
Please check the below picture and the attached pbix file.
Scope CC =
IF (
MAXX (
FILTER ( Data, Data[Product] = EARLIER ( Data[Product] ) ),
Data[End Date]
) = Data[End Date],
1,
0
)
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.