Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
11 | |
7 |