Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I have an area chart which shows target sales and actual sales against month.
The targets table has the columns:
Whilst the sales table has the columns:
The target table has data until the end of our business year whilst the sales table has data to date. I can filter the report on team and month but have set the month filter to have no action on the area chart.
Before filtering on team the area chart shows target data for the rest of the year but when I filter on team it only shows data for the months that there is sales data.
Any ideas how I can maintain all target data when I filter by team?
@kmcd You can create dax measure using below and use that for target in visual. So when applying any filter won't have any effect on that.
=CALCULATE( SUM('YOURTABLE'[targetColumn]), ALL('YOURTABLE'))
@ankitpatira thanks for the reply. I tried your DAX and it resolves the filtering issue but fixes the annual target value as target for each month. Using ALL('YOURTABLE'[targetColumn]) instead of ALL('YOURTABLE') resolved this but the filtering reverts back to my original problem.
Any ideas?
Hi @kmcd,
Could you please share sample data of your tables and post the expected result here? We will appreciate that if you can share the PBIX file.
Thanks,
Lydia Zhang
Hi @Anonymous, I cannot share the original file as the data is commercially sensitive. However I have created a sample workbook with random data although it is behaving slightly differently. How/where do I upload the PBIX file?
Hi @kmcd,
You can upload PBIX file to Onedrive and post shared link of the file in this forum.
Thanks,
Lydia Zhang
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 66 | |
| 41 | |
| 40 | |
| 39 | |
| 39 |