The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
9 | |
7 |