Forum Discussion
dorsey
5 years agoRegular Visitor
create column dynamically from other table
Hello everyone, First sorry for my bad english. I'm carry on this powerful software and I've a new question. To explain my problème, I have 2 tables the first one is like this : NAME ...
dorsey
5 years agoRegular Visitor
Yes of course.
This my first table :
On the second one, on all day find who is missing (something like that) :
| DATE | ||NAME | ||SURNAME |
| 01/01/2021 | John | Rambo |
| 01/01/2021 | John | otherone |
| ... | ... | ... |
| 02/08/2021 | doe | gregoire |
| 02/08/2021 | does | bérengère |
| 02/08/2021 | mclane | gregory |
| 02/08/2021 | poppins | sheryl |
| 03/08/2021 | ... | ... |
v-kelly-msft
5 years agoCommunity Support
Hi dorsey ,
So you wanna find the missing people from your first table(you provided in your last reply) and below table?
Then get a final table something like below:
Did I understand correctly?If possible,could you pls share a sample .pbix file for test?
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
- dorsey5 years agoRegular Visitor
Yes that right.
The file is available here : https://altissimalearning.net/Holiday_test.pbix
thank you