Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I am going agg trying to figure this out and am running out of time to hit deadline.
I have a matrix that has 3 measures as shown below:
My totals are obviously not correct. What am I doing wrong?
Rev | a/p % = DIVIDE([Total Rev],[Rev | plan])
Rev | a/p $ = if(isblank([Rev | a/p %]),0,[Total Rev]-[Rev | plan])
Rev |fc/p% = DIVIDE([Rev | fc],[Rev | plan])
You would need to think about what you "want" to happen. Realize the totals are nothing more/less than evaluating your measures WITHOUT a filter on Fiscal Quarter. It's not like it is somehow using the rows above it to build a sum or average or whatever.
36.05% is "correct" in that it is [Total Rev] / [Rev | Plan] ... completely ignoring Fiscal Quarter. (You probably have a PLAN for Q2, but not Revenue yet... so the % looks small).
User | Count |
---|---|
84 | |
82 | |
66 | |
52 | |
46 |
User | Count |
---|---|
100 | |
49 | |
42 | |
39 | |
38 |