In my case i made a derived measures depending on the other measures.
Suppose i have 2 measures names are monthlyRent and totalRent. With the help of these two measure i made a derived measure like this:
derived measure = (monthlyRent/totalRent)*100
Now i want to calculate the grand total for this derived measure.
Steps:
- Right click on cell.
- then insert.
- Dynamic Text.
- Available Column Bindings.
- cross tab.
- then selected the both measures monthlyRent and totalRent.
It will be like this: (data["monthlyRent"]/data["totalRent"])*100
Regarding any help you can contact me i will provide the practical example for this.
Thanks