Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello community,
I have two tables one called SPEND and the other one called CATALOG
In the SPEND table i have Total Spend, Supplier Code, Supplier Name, Document Number , Group Mechandise
In the CATALOG table i have Class, Domain, Family, Group Merchandise
The relation between the two table is * to 1.
I want to display the total sales per domain but when supplier has just one document number.
This result:
When filtering the table based on distinctcount =1 of Document Number it shows no result
When just putting all the value in matrice it shows me the total documents like that
I can't find a solution for this, could you help me please
Thanks
Hi @Anonymous
can you add a calculated column and filter on it? something like below then add a visual filter for the 1
onedoc = IF(DISITNCTCOUNT ( Document Number ) = 1 , 1, 0 )
thank @Magpie_Rob but it doesn't work because the distinctcount should be applied on the supplier, so I want to know which supplier had only one document then this number should be displayed with total spend per domain
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 94 | |
| 70 | |
| 50 | |
| 40 | |
| 39 |