Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Filter the Fiscal Quarter data

In my report, I have the calendar table separately, but Fiscal Month and Year are not created since my report has the details for just 1 week(Previous week) data. Currently I have created Fiscal year, Month, Quarter in the one of the tables which has the historical data.

To show the trend historical data we just update the overall Average % in new spreadsheets and fetching into PBI. Now the requirement is, from the historical data. I need to filter the current quarter (Fiscal Quarter- Q1 – April to June) average% for all the stores by Division. Please help.

Store IDStore NumAdoption %TxnDtFiscal QuarterFiscal YearYearMonth NameDivision
1AA10%Sunday, April 21, 2024Qtr 120242024AprilEast 
2AB20%Sunday, April 28, 2024Qtr 120242024AprilWest
3AC30%Sunday, March 24, 2024Qtr 420232024MarchWest
4AD40%Sunday, March 10, 2024Qtr 420232024MarchEast 
5AE20%Sunday, May 5, 2024Qtr 120242024MayEast 
6AF30%Sunday, February 4, 2024Qtr 420232024FebruaryConvienence
7BB50%Sunday, December 10, 2023Qtr 320232023DecemberNorth
8CB60%Sunday, November 19, 2023Qtr 320232023NovemberNorth
  • You can always create a new Calendar table that does include the Quarter, Fiscal month data and connected to your historiacal data txnDt.  Then build your average measure or you might be able to just use the automated average available in power bi on your column value.

1 Reply

  • You can always create a new Calendar table that does include the Quarter, Fiscal month data and connected to your historiacal data txnDt.  Then build your average measure or you might be able to just use the automated average available in power bi on your column value.