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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 101 | |
| 76 | |
| 56 | |
| 51 | |
| 46 |