Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have a sumif measure that correctly counts my IF statement in Month Year format, but I would like to view it by year or by quarter. Currently, when I change hiearchy views it counts less then it would in the "Month Year format." The total will still be correct however.
The measure I used to SUM the results of the IF statement is
SUM = SUMX(CALCULATETABLE(VALUES(Customers[Customer ID], ALL(DATE[Month Year],
DATE[YEAR_MONTH_NUM]), DATE[Year Month Order]), [IF statement Measure]
The IF statement is a period over period calculation rewarding a 1 or 0 based on the two months.
Cumulative Total Revenue would look like for $10 in revenue per month ending in March.
Jan 10
Feb 20
March 30
April 30
Reverse Total Revenue
Jan 30
Feb 20
March 10
April 0
I use these measures for period over period calculations found on another thread to calculate new and lost customers.
@Anonymous ,The information you have provided is not making the problem clear to me. Can you please explain with an example.
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Appreciate your Kudos.