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
Hi,
I was wondering what is the impact in the performances of my report while using two formulas and which would be the best to calculate a precentage:
My visual have filter with elements from table_1 and table_2
Calculate(Calculate(sum(myfield), All(mytable_1)), All(mytable_2)))
Vs.
Calculate(sum(myfield), Removefilters()))
Which one i should go for ?
Thanks in advance
Kind regards
Saam
Solved! Go to Solution.
If in doubt, use DAX Studio and study the query plans generated by the two versions. Make sure to provide large-ish tables so you can see the impact of cartesian products better.
If in doubt, use DAX Studio and study the query plans generated by the two versions. Make sure to provide large-ish tables so you can see the impact of cartesian products better.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |