Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi All,
I am working on a requirement where if a financial year is selected the Values less than equal to selected FY should sum up for all distinct categories .
For Example :
RowNo | Category | Date | Financial Year | Amount |
1 | Furnitures | 10/10/2023 | 2023-24 | 500 |
2 | Decors | 10/09/2022 | 2022-23 | 400 |
3 | Furnitures | 10/05/2021 | 2021-22 | 300 |
4 | Paints | 12/06/2020 | 2020-21 | 200 |
5 | Decors | 10/05/2020 | 2020-21 | 100 |
If FY 2023-24 is selected in the filter the categories with latest dates should get aggregated
in this case row no 1,2,4 should be aggregated and if FY 2022-23 is selected row no 2,3,4 should be aggregated .
Though I am using SQL source I am restricted to use parameters and stored procs.
I am Kind of run out of ideas . Your help is appreciated
Thanks in Advance
Solved! Go to Solution.
Here the blocker for me is in running total we should consider only the category of latest FY.
Thank You So much Ibendlin .
Do you mean running totals or simple sums? What would the expected outcome look like for your two scenarios?
You get that for free in the UI, no code required. Give it a try.
I tried DAX and I am able to get the running total for all FYs but I am unable to filter out the condition which I have mentioned.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
8 | |
2 | |
2 | |
2 | |
2 |
User | Count |
---|---|
7 | |
5 | |
4 | |
3 | |
3 |