Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi
I have a data table which contains column headers Fiscal Year, Net revenue. Data is available for July-18 and Jul-19 in the same table,How do I get subtotals for each fiscal year as measure by using DAX.
Hi sayantan4336,
I hope this formula will help for you:
Previous year=CALCULATE(SUM(netrevenue column, PREVIOUSYEAR('DateTime'[DateKey]))
Current year=CALCULATE(SUM(netrevenue column,YEAR('datetime[datekey]=YEAR(TODAY()))
Cheers,
Pratima
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 7 | |
| 6 | |
| 6 |