Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register 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]) )
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 65 | |
| 31 | |
| 28 | |
| 24 |