Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi
I am very new to PowerBI queries, and hope someone can push me in the right direction 🙂
I have a table as shown below, named RoomTable.
I will use this to create a similar table containing only the rows of type meeting room, and calculate capasity for these rooms only.
I have tried the folowing with no luck:
Meetingrooms =
FILTER (
'RoomTable'
CONTAINS ('RoomTable'), [Room], "Meeting")
)
Best regards,
Frank
Solved! Go to Solution.
In Power Query denormalize the table first. Each piece of info should be stored in a separate column. So, your room number in one column and the type of room in another. Then you'll be able to filter seamlessly. Filtering by a substring is not the best idea and not Best Practice. Not to mention it slows down DAX.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 8 | |
| 8 | |
| 8 | |
| 8 |