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.
Hi,
Actually I'm trying to calculate the measure with foloowing formula but it is giving me error "The SUM function only accepts a column reference as an argument."
Fomula -
''' EXP(SUM(LN(1 + Query1[FundReturn]) * 1))'''
DAX Syntax -
Can anybody please help me in this!! Thanks
Solved! Go to Solution.
Try sumx
Expost_CumRet = CALCULATE( EXP(SUMx(Query1,LN(1 + Query1[FundReturn]) * 1)), FILTER(ALLSELECTED(Query1), Query1[Index.1]<=Max(Query1[Index.1]) )
Try sumx
Expost_CumRet = CALCULATE( EXP(SUMx(Query1,LN(1 + Query1[FundReturn]) * 1)), FILTER(ALLSELECTED(Query1), Query1[Index.1]<=Max(Query1[Index.1]) )
User | Count |
---|---|
98 | |
76 | |
76 | |
49 | |
27 |