Forum Discussion
two USERELATIONSHIP in same dax formula
Ion_Ander , does that mean product vat1 in not sold by any other supplier in the selected duration ? Only supplier one sold it ?
what all is selected/filtered
example product with only one supplier
countx(filter(Invoicedetails, Product[Product],"_1" ,distinctcount(Invoicedetails[Supplier_id]), [_1] =1), [Product])
we need to use all(Supplier) if supplier is selected
Thanks for answering, amitchandak
No, vat1 is not a product, vat is the acronym of Value Added Tax or identification fiscal number for a supplier.
What i need is show me the amount of products buyed to a provider 1 (with VAT number 1--in my case VAT=NIF),but only the products that belong to the selected supplier.
For Example If i select NIF : "A08002883" i need to show me the amount of products buyed to provider with NIF "1" and the product belong to provider "A08002883". The provider who i buy the products (NIF="1") is a constant, and the provider of the product is variable(the selected one).