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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
86 | |
77 | |
57 | |
52 |
User | Count |
---|---|
201 | |
137 | |
108 | |
73 | |
68 |