Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a column from a table that comes in as a choice column from SharePoint. I've combined the multiple selections from this column using the concatenate function. But now I would like to filter tables based on the contents of that column. See below for an example.
Slicer (Departments) |
|
Project ID | Departments Involved |
1 | Legal, Accounting |
2 | Accounting, Engineering |
3 | Accounting, Legal, Information Technology |
I haven't seen anyone else post about being able to do this. It seems like this should be possible. I don't know if a DAX measure would need to be used to make the slicer or determine how projects are shown in the second table.
Thank you!
Please read about CONTAINSSTRING CONTAINSSTRING function (DAX) - DAX | Microsoft Docs