Forum Discussion
Divide Measures
Anonymous Thanks a lot, the measures now show up on my new measure:
Dev. vs. Cumul. 2016 = DIVIDE('add calc'[TO2017 cumul.]-'add calc'[TO2016 cumul.]|'add calc'[TO2016 cumul.])
Last question regarding this one: how can I intersect this measure to only to show the dates of RE2017act[month].
If I add Intersect to Dev. vs. Cumul. 2016, the values shown on the chart are wrong or a error is shown.
Hi Paddhof1984,
So you want to hide the blank records which not exists in 2017, right?
If this is a case, you can try to use below formula:
Dev. vs. Cumul= if(ISBLANK([TO2017 cumul.])=FALSE(), DIVIDE([TO2017 cumul.]-[TO2016 cumul.],[TO2016 cumul.],0))
Regards,
Xiaoxin Sheng
- Paddhof19849 years agoHelper III
Anonymous
Hello,
somehow, when I add the the turnover from my tables to a splitted bar chart, the procentual change over the year differs to the one from my measuers ([GT 2016]-[GT 2017])/[GT 2016].
Here's my sample file, maybe you can tell me, why there's a difference between the shown values and the values calculated by the measure:
- Anonymous9 years agoNot applicable
Hi Paddhof1984,
I double check on previous sample file and found that it has the same result on my side.
Notice: I create a new measure to store the new calculated formula, 'dev vs cumul 2016' is your original measure.Regards,
Xiaoxin Sheng