Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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 November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.