March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
How to combine arrays?
Solved! Go to Solution.
@Analitika
Use UNION.
Go to modeling Tab > New Table and paste the code
Table 2 =
VAR Arr1= {"6203","6303","6304","63040","630401"}
VAR Arr2= {"6300","63012","63046","63126"}
VAR Arr3= {"63","612","636","66"}
return
UNION(
Arr1,Arr2,Arr3
)
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Analitika
Use UNION.
Go to modeling Tab > New Table and paste the code
Table 2 =
VAR Arr1= {"6203","6303","6304","63040","630401"}
VAR Arr2= {"6300","63012","63046","63126"}
VAR Arr3= {"63","612","636","66"}
return
UNION(
Arr1,Arr2,Arr3
)
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
User | Count |
---|---|
117 | |
77 | |
58 | |
52 | |
46 |
User | Count |
---|---|
170 | |
117 | |
63 | |
56 | |
51 |