Forum Discussion
Anonymous
5 years agoNot applicable
Filtering results on X Axis
Hi, New to PowerBI so apologies if this should be obvious. If I have the following data: Fiscal YQ table YQ rownum 2020 Q 4 1 2020 Q 3 2 2020 Q 2 ...
- 5 years agoIf you want this to work for all YQ then you need to use YQ in the ALLSELECTED:
QuarterSelectBounds = ((CALCULATE(MIN('AnalysisFiscalYearQuarterSort'[rownum]),ALLSELECTED(AnalysisFiscalYearQuarterSort[YQ]))+3))
AllisonKennedy
Community Champion
5 years agoIf you want this to work for all YQ then you need to use YQ in the ALLSELECTED:
QuarterSelectBounds = ((CALCULATE(MIN('AnalysisFiscalYearQuarterSort'[rownum]),ALLSELECTED(AnalysisFiscalYearQuarterSort[YQ]))+3))
QuarterSelectBounds = ((CALCULATE(MIN('AnalysisFiscalYearQuarterSort'[rownum]),ALLSELECTED(AnalysisFiscalYearQuarterSort[YQ]))+3))