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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I tried this expression
Own_Damage_OS = VAR VpeDate = [VpeDate] RETURN CALCULATE ( SUM ( OS_excel[OS_AMOUNT] ),Claims_excel[COVER_NAME]="Own", Premium_Excel[LOB] = "ABC",OS_excel[AS_OF_DATE]=VpeDate )
i create and called varaible in expression now i want to call this same varaible "VpeDate" in all measures without creating this in every measure .. i.e i called this varaible globally . only once i want to create and called in everywhere..
is this possible