Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
AnilKumar
Helper II
Helper II

Dax Formula

Hi All,

 

I Need a Dax Formual (Measure) to get the result in the below Format.

 

Existed Data:

Input Data.png

 

I need the Out as Date based Grouping  of Quantities Along with Module Name.

 

Output could be like:

Output Data.png

 

Please help me out this Issue.

 

Thanks & Regards,

Vishnu Priya

1 ACCEPTED SOLUTION
v-yuta-msft
Community Support
Community Support

@AnilKumar ,

 

You may create a calculate column and then drag the calculate column and date column to a table visual.

Module&Quantity = CONCATENATEX(FILTER('Table', 'Table'[Date] = EARLIER('Table'[Date])), CONCATENATE('Table'[Module Name], CONCATENATE("-", 'Table'[Quantity])), ",")

Capture.PNG 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
RobbeVL
Impactful Individual
Impactful Individual

Hi,

 

Just create a new column like this:

Column = 'Table'[module]&"-"&'Table'[Quant]

Add the field Date & the new column to a Matrix table (both fields under Rows)
And you'll get about what you want.

 

Hope this helps.

Robbe

v-yuta-msft
Community Support
Community Support

@AnilKumar ,

 

You may create a calculate column and then drag the calculate column and date column to a table visual.

Module&Quantity = CONCATENATEX(FILTER('Table', 'Table'[Date] = EARLIER('Table'[Date])), CONCATENATE('Table'[Module Name], CONCATENATE("-", 'Table'[Quantity])), ",")

Capture.PNG 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.