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
why I can't filter my variable table after I had made a leftjoin to get products without sales.
basically I have my dim_produtcs and fact_sales.
I'm doing :
SUMMARIZE('dim_products','dim_products'[products])
SUMMARIZE('dim_products', 'dim_products'[programa],"total"
SUM ( 'fact_sale'[value] ))
var f = NATURALLEFTOUTERJOIN(products,sales)
var x= countx(FILTER(f,f[total] = ""),f[products])
why I can't use my columns from virtual table, there's no sense.
Solved! Go to Solution.
when you refer the virtual table column, it is no need to add table name
when you refer the virtual table column, it is no need to add table name
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |