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
here is a dax and I use it in the marix in value, but it is too slow to open in the visual, do you know how to improve the performance? Thank you.
one example of dependent measure:CMS_Amount_Actual_Y-4=CALCULATE(SUM(fact_sales[Value])
Cal_Overview =
SWITCH(TRUE,
------CMS Sales
SELECTEDVALUE(Dim_Table_KPI_Overview[Order])= 1 && SELECTEDVALUE(Dim_Table_Row_Overview[Order]) =1,
FORMAT([CMS_Amount_Actual_Y-4],"0.0"), --"General Number"
SELECTEDVALUE(Dim_Table_KPI_Overview[Order])= 2 && SELECTEDVALUE(Dim_Table_Row_Overview[Order]) =1,
FORMAT([CMS_Amount_Actual_Y-3],"0.0"),
..................
..................
Read about using variables - you only need to run SELECTEDVALUE once per column.
Familiarize yourself with DAX Studio. It is the ultimate tool for query tuning.
User | Count |
---|---|
12 | |
11 | |
8 | |
7 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |