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 Experts
I cannot see where my error is on the following Summarizse, SumX DAX measure
VAR _a = SUMX(
SUMMARIZE(shc_practice_list,shc_practice_list[parent_external_hco_code],shc_practice_list[practice_name], "List", SUM(shc_practice_list[list_size])),[List])
Solved! Go to Solution.
@Invesco Well, you don't have a RETURN statement for starters. What is the error you are getting?
@Invesco Well, you don't have a RETURN statement for starters. What is the error you are getting?
DOH!!!! my bad
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!