Forum Discussion
marcus505
8 years agoFrequent Visitor
Fiscal Year Calculated Columns
Hi, I am trying to create calculated columns that bring out results per Quarter / month per month based on type of caller. For example If Month = April and Year = 2018 and Type ...
- 8 years ago
Hi marcus505,
Yes, here you should update your formula like this.
Measure = CALCULATE(SUM(fabric_swishs[fabric_typeofcaller]),FILTER(fabric_swishs,fabric_swishs[fabric_dateofcall].[Month]="August" && fabric_swishs[fabric_dateofcall].[Year]=2018 && fabric_swishs[fabric_typeofcaller]= 555510002))
Regards,
Frank
v-frfei-msft
8 years agoCommunity Support
Hi marcus505,
Based on my test, we can use the formula to get the result as we excepted.
Measure = CALCULATE(SUM(fabric_swishs[values]),FILTER(fabric_swishs,fabric_swishs[month]="April" && fabric_swishs[Year]=2018 && fabric_swishs[Type of caller]="email"))
For more details, please check the pbix as attached. If it doesn't meet your requirement, kindly share your sample data to me.
https://www.dropbox.com/s/socoo6aggzse5e7/Fiscal%20Year%20Calculated%20Columns.pbix?dl=0
Regards,
Frank