Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
So I have a table, call it BudgetTable with several columns: Year, Quarter, Channel, Budget, Category1, Budget and MK.
I want to write a caclulcation that will give me the Budget divided by 12 but only from Year 2018 and from Quarter Q4.
I think its going to be something like this but this doesn't work apparently.
Solved! Go to Solution.
Please try this
Calculate(SUM('BudgetTable '[Budget])/12, FILTER( BudgetTable ,'BudgetTable '[Year]=2018 && 'BudgetTable '[Quarter]="Q4"))
Regards,
Novil
If I answer your question, please mark my post as a solution.
Please try this
Calculate(SUM('BudgetTable '[Budget])/12, FILTER( BudgetTable ,'BudgetTable '[Year]=2018 && 'BudgetTable '[Quarter]="Q4"))
Regards,
Novil
If I answer your question, please mark my post as a solution.
User | Count |
---|---|
17 | |
16 | |
14 | |
13 | |
12 |
User | Count |
---|---|
17 | |
14 | |
12 | |
10 | |
8 |