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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hello,
I am trying to calculate sales total only for fiscal year 2020. Any ideas why the below DAX measure wont work? If I try to use the FILTER function it tells me "incorrect parameter used"
Solved! Go to Solution.
Well you are kind of technically using the FILTERS function already, that's just syntax sugar. I believe the fully canonical of what you have is:
CALCULATE('Invoice'[Sales Amount - Total], FILTER('Invoice Date', 'Invoice Date'[Fiscal Year Name] = 2020))
But, tough to say, maybe a missing relationship or wrong tables and column names? Who knows. Could be a lot of things.
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
What's happening with the measure in it's current form?
And is 'Invoice'[Sales Amount - Total] a measure?
Is [Fiscal Year Name] a number or text type?
Are the 2 tables related?
Well you are kind of technically using the FILTERS function already, that's just syntax sugar. I believe the fully canonical of what you have is:
CALCULATE('Invoice'[Sales Amount - Total], FILTER('Invoice Date', 'Invoice Date'[Fiscal Year Name] = 2020))
But, tough to say, maybe a missing relationship or wrong tables and column names? Who knows. Could be a lot of things.
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 17 | |
| 14 | |
| 10 | |
| 5 | |
| 4 |