Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Solved! Go to Solution.
HI, @Anonymous
After my test, you could try this way:
Step1:
Add a Month NO column for sales targets table, because Month column in sales targets table can't match with Month column in sales table.
Step2:
Change the cross filter direction to Both
Step3:
Use this formula to create a calculate column
Column = CALCULATE(SUM(Sales[ordval]),FILTER(Sales,Sales[Month]='Sales Targets'[Month NO]))+0
Best Regards,
Lin
Hey,
please create a pbix file that contains some sample data, and the reflects your data model, upload the file to ondrive or dropbox and share the link.
Regards,
Tom
Hi @TomMartens, this is my file https://www.dropbox.com/s/6d9phkxtrdnoz9p/Sales.pbix?dl=0
HI, @Anonymous
After my test, you could try this way:
Step1:
Add a Month NO column for sales targets table, because Month column in sales targets table can't match with Month column in sales table.
Step2:
Change the cross filter direction to Both
Step3:
Use this formula to create a calculate column
Column = CALCULATE(SUM(Sales[ordval]),FILTER(Sales,Sales[Month]='Sales Targets'[Month NO]))+0
Best Regards,
Lin
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 41 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 150 | |
| 107 | |
| 64 | |
| 36 | |
| 36 |