The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
My data is like below:
Course No. | Language | State
AZ-999 | EN-US | To Do
AZ-999 | ZH-CN | Doing
AZ-999 | JA-JP | To Do
AZ-888 | EN-US | To Do
AZ-888 | ZH- CN| To Do
AZ-888 | ES- ES | Done
I need these to display like:
AZ-999 | EN-US, ZH-CN, JA-JP| To Do, Doing, To Do
AZ-888 | EN-US, ZH-CN, ES-ES| To Do, Done
While this still responding to the filter "Language" and "State".
I mean like below, when Languaage ES-ES is selected in the slicer, I want the "Languages" column in the table shows only the ES-ES, the languages column is generated using table.join
pls try this
_Language = CONCATENATEX('Table',[Language],", ")
_State = CONCATENATEX('Table',[State],", ")
User | Count |
---|---|
68 | |
63 | |
59 | |
54 | |
28 |
User | Count |
---|---|
183 | |
80 | |
62 | |
46 | |
38 |