This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hi,
please help on that as I still can not get results which I expect to see.
This is very simple one dataset. I have sales records for all months (now 1-2.2026) and Targets for each month of 2026. I would like to have column in dashboard with Targets YTD and Target FY. I have troubles with FY Targets. There is also slicer with months.
I need to have a column which show FY value for each month ( to measure process agains full year, not only selected months).
Basically I need to see 310m for each month no matter how many months I select in slicer.
please help me on that,
many thanks,
Karolina
Solved! Go to Solution.
finally I found solution by mysleft
Hi @KaroRoza , I was able to recreate your scenario .
Please find the details .
Sales :
Target :
Date:
Measure :
Jan and feb as selection
PBIX:
Target FY =
VAR SelectedYear = SELECTEDVALUE(Dates[Year], YEAR(TODAY()))
RETURN
CALCULATE(
SUM(Targets[Annual Target]),
ALL(Dates[Month]),
Dates[Year] = SelectedYear
)
I'd suggest making a date table and then using a formula similar to the one here. The key is that you need to use ALL() to ignore the month filter.
there is just one simple dataset with date column, month integer. There is no Dates table.
finally I found solution by mysleft
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 29 | |
| 28 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 36 | |
| 29 | |
| 25 | |
| 24 |