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
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], "," ) )
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
14 | |
11 | |
8 | |
5 |
User | Count |
---|---|
24 | |
21 | |
20 | |
15 | |
10 |