Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi all,
Please I Merged a Table and would like to know if there's a way to distribute the colors by car.
The intention is duplicate the car's line and a single color .
Is it possible? And How?
Solved! Go to Solution.
Hi @RNightscape,
We can use CROSSJOIN function to merge two tabels as you need.
Table = CROSSJOIN(car,color)
For more details, please check the pbix as attached.
Regards,
Frank
Hi @RNightscape,
We can use CROSSJOIN function to merge two tabels as you need.
Table = CROSSJOIN(car,color)
For more details, please check the pbix as attached.
Regards,
Frank
Thank you very much by your help! worked very well!
| User | Count |
|---|---|
| 57 | |
| 44 | |
| 32 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 82 | |
| 66 | |
| 42 | |
| 27 | |
| 25 |