To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 |
---|---|
14 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
29 | |
17 | |
11 | |
7 | |
5 |