Forum Discussion
Fill column based on matching value
Hi guys,
I have the following situation:
| Project number | Amount of houses | Points of repair |
| 00811-CVZ | 1 | |
| 00811 | 21 | |
| 00811-K | 7 | |
| 00811-H | 3 | |
| 00811-BMN | 0 | |
| 00422-01 | 4 | |
| 00422-02 | 2 | |
| 00422 | 24 |
What my data does is that the amount of houses is paired to the main project number (which is 00422 or 00811) and the amount of repairs is paired to the house numbers within that main project.
Now i want to calculate the average points of repair per project. So for project 00422 it would be 4 + 2 / 24.
I want to write a code that if the invidiual house code contains the code of the main project, it calcualtes tthis average...
Based on your description, I created data to reproduce your scenario. The pbix file is attached in the end.
https://1drv.ms/u/s!AiUZ0Ws7G26RiGCZaIo9ZwJOl2c6?e=ir74ps
1 Reply
- AhmedxSuper User
Based on your description, I created data to reproduce your scenario. The pbix file is attached in the end.
https://1drv.ms/u/s!AiUZ0Ws7G26RiGCZaIo9ZwJOl2c6?e=ir74ps