Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
This is input..
and
i want output like mentioned below
can any one help me , how i will achieve this requirement by using DAX.
Thanks in advance.
Solved! Go to Solution.
@suparnababu8 You can do this:
vaccine measure = CONCATENATEX( 'Table', [Vaccine], "," )
or
vaccine table = SUMMARIZE('Table', [Name], "vaccine", CONCATENATEX( 'Table', [Vaccine], "," ) )
@suparnababu8 You can do this:
vaccine measure = CONCATENATEX( 'Table', [Vaccine], "," )
or
vaccine table = SUMMARIZE('Table', [Name], "vaccine", CONCATENATEX( 'Table', [Vaccine], "," ) )
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
18 | |
16 | |
16 | |
16 |
User | Count |
---|---|
26 | |
26 | |
19 | |
15 | |
14 |