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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
newtothis22
New Member

returning multiple values based on another column and slicer

Hello,

 

i would appreciate help in resolving this issue. I have a table that has columns - Company, month, Interest, Average, Median. I have a line cluster chart that shows bars of the average and median for each month.  A line/markers showing the interest per month for each company. 
 The median and average are unique only for that month but not for the do  company.
My issue is that i have sometimes have multiple of "interest" for each  each month for some companies. I have tried various measures to show the all of the interests for that month but i can either have the max, sum, min, avg, lastisnonblank or first is nonblank values.

 

How can i ensure that i have a measure that displays all interest values for that month? Another possible solution without dax would be to create columns for each interest rate value but that can be messy with large data sets. 

thank you for your help

newtothis22_0-1731063439023.png

 

1 ACCEPTED SOLUTION
DataNinja777
Super User
Super User

Hi @newtothis22 ,

 

You can use CONCATENATEX to display multiple interest rates within a month. However, please note that the output will be treated as text, so you won't be able to apply calculations directly to it.

 

Best regards,

View solution in original post

1 REPLY 1
DataNinja777
Super User
Super User

Hi @newtothis22 ,

 

You can use CONCATENATEX to display multiple interest rates within a month. However, please note that the output will be treated as text, so you won't be able to apply calculations directly to it.

 

Best regards,

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.