Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
I have a static table with 53 records, and i want to add this static table to my db to be repeated 53 times.
Example: i have filtered with one Unit name, and the static table should have all information of 53 records for each unit name from DB
Please suggest, if any solution on this at power query editor
@Anonymous , In case you ned cross join in power query
Power Query Cross Join| Cartesian Product: https://youtu.be/7MvROGObBYk
With common column, you can try merge tables
Merge Tables (Power Query) : https://youtu.be/zNrmbagO0Oo
| User | Count |
|---|---|
| 50 | |
| 35 | |
| 23 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 68 | |
| 56 | |
| 40 | |
| 23 | |
| 22 |