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
I am trying to calculate a relative growth rate or so called evolution index as per the following:
I have columns which are calculated measures. These are 'MAT Dispensed Amount LY' and 'MAT Dispensed Amount CY'. MAT is moving annual total, CY is current year and LY is last year. I also have another column which is '% Growth MAT Amount CY' which is growth in the MAT over the last year. The measures are calculated as follows:
For example, the EI for the product Calcigard should be (20.52/31.66)*100 = 64.81. The EI for the market is always 100 i.e. (31.66/31.66)*100. A product having an EI above 100 means it is growing above the overal market and conversely.
My calculaton for the EI which i have tried is as follows:
Solved! Go to Solution.
Hi @Chitemerere ,
we can create a measure to get the EI CY Amount to meet your requirement.,
EI CY Amount = DIVIDE([% Growth MAT Amount CY],CALCULATE([% Growth MAT Amount CY],ALLSELECTED())) *100
If it doesn’t meet your requirement, could you please show the exact expected result based on the table that we have shared?
BTW, pbix as attached.
Hi @Chitemerere ,
we can create a measure to get the EI CY Amount to meet your requirement.,
EI CY Amount = DIVIDE([% Growth MAT Amount CY],CALCULATE([% Growth MAT Amount CY],ALLSELECTED())) *100
If it doesn’t meet your requirement, could you please show the exact expected result based on the table that we have shared?
BTW, pbix as attached.
Thank you very much for the assistance, most appreciated.
Best regards,
Chris
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 43 | |
| 39 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 63 | |
| 31 | |
| 30 | |
| 23 |