Forum Discussion
Visual with incomplete information - Relationships
- 6 years ago
Hi Andvil ,
Maybe you can use Measure instead of columns, like the following example.
Replace Item Column with Item Measure and put it in Values
Item Measure = var _x = CALCULATE(SUM('2020'[ITEMS])) return IF( ISBLANK(_x),"",_x)If it doesn’t meet your requirement, could you please show the exact expected result based on the table that you have shared?
Best regards,
Community Support Team _ zhenbw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
BTW, pbix as attached.
Hello parry2k,
the 210 sales should be under the customer "01777794 Astet Agentes..". As seen on the picture, only 458 sales codes got assigned to an employee, but 210 sales codes were not assigned.
This picture does not have the "show items with no data" feature, under the employee with 458 sales code I should have another row, where the employee field is blank and in the sales column I have the 210 value (number of sales codes not assigned to any employee).
The same thing with the next customer, under the rows with 392 and 7 sales codes assigned to employees, I should have another row with blank field in employees and the remaining sales codes that were not paired.
Here is a file that might help: PBI File