Forum Discussion
Matrix not displaying all values while still counting them in totals
- 7 years ago
Hi Anonymous,
Please check out the file in the attachment. I have made some changes. Now you will have a model with best practices. I will check more to find out why. Please follow my adjustments for now.
1. Create a new table.
FullNames = DISTINCT ( UNION ( VALUES ( Timesheets[Full name] ), VALUES ( Vakantiedagen[Full name] ) ) )2. Delete the *:* relationship and create new ones.
3. Use the new column from the new table in a slicer instead.
One tip: Don't upload sensitive data here.
Best Regards,
Dale
Hi Anonymous,
Please check out the file in the attachment. I have made some changes. Now you will have a model with best practices. I will check more to find out why. Please follow my adjustments for now.
1. Create a new table.
FullNames =
DISTINCT (
UNION ( VALUES ( Timesheets[Full name] ), VALUES ( Vakantiedagen[Full name] ) )
)
2. Delete the *:* relationship and create new ones.
3. Use the new column from the new table in a slicer instead.
One tip: Don't upload sensitive data here.
Best Regards,
Dale
Thanks for the information. I removed the PI in there, but have removed the uploaded file as well. You can remove your attached file. Again, thanks!
- v-jiascu-msft7 years ago
Microsoft Employee
I'm glad it helped. It's my pleasure. Anonymous. The file was deleted. You can send the link through Message next time.
Best Regards,
Dale