Vander1981
New Member
- Joined
- Jun 20, 2017
- Messages
- 18
Dear community,
I am having trouble with this one that I would like to automate.
For now, I have hard coded a part of it --> "FQ1"
This measure is a kind of cumulated % over the quarter.
What I tried is to display only current quarter but in a more automated way.
Here is the measure :
PCI Multiple User 2017 Cumulative % Quarter =
IF (
VALUES ( 'CALENDAR'[Fiscal Quarter name] ) = "FQ1";
[Pci Multiple User 2017 Cumulative %];
BLANK ()
)
Thank you
Arnaud
I am having trouble with this one that I would like to automate.
For now, I have hard coded a part of it --> "FQ1"
This measure is a kind of cumulated % over the quarter.
What I tried is to display only current quarter but in a more automated way.
Here is the measure :
PCI Multiple User 2017 Cumulative % Quarter =
IF (
VALUES ( 'CALENDAR'[Fiscal Quarter name] ) = "FQ1";
[Pci Multiple User 2017 Cumulative %];
BLANK ()
)
Thank you
Arnaud