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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Multi-Row Card Display Help

I have a two-part issue. I am using two cards, connected to a filter, to display data on my dashboard. One card is a single row while the other is a multi-row. When no selection is made, I am using the following formula to ensure the card comes up blank:

 

IF(ISFILTERED(Personnel [NAME]),MAX(Lang[TYPE]),Blank()&””)

 

This works for both cards; however, when a selection is made for the multi-row card, only one result is returned as opposed to all possible values. I am sure that this is because of the MAX portion of the formula, however, I do not know what I should be using instead.

 

For the second portion of this equation, I have a single card that is supposed to return the date an individual started working; however, with the MAX portion of the formula above, it returns 12/31/2020 for the max date as opposed to the correct date the individual started.

 

Can anyone help me with these two issues? How to return all possible results for the multi-row card, and how to return the correct start date for individuals.

8 REPLIES 8
amitchandak
Super User
Super User

@Anonymous ,Can you share sample data and sample output in table format?  and explain the output with sample data

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Good morning. Do you think you could help me find a solution to my problem?

Anonymous
Not applicable

Unfortunately, I don't have access to BI right now, but I attempted to make an excel example of what I mean. Both tables are connected via the personnel number and when a name is filtered, the text boxes to the right of the tables displays what I need to see. As I mentioned though, I am not seeing the right date, or the multiple selections for the multi-row card. I hope this helps! Example.PNG 

Hi @Anonymous ,

 

  1. What is the format of your date column that you are displaying on a single card?
  2. for the multi-row card, I think you are using Language column, which can have multiple values against a Person.
    • What is the relationship between these two tables?
    • On which column the relationsip is made?
    • What is the direction of the relationship?

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Anonymous
Not applicable

Hi, @Pragati11 , 

 

Thank you for the reply. 

 

1) The date format is MM/DD/YYYY

2) You are correct, I am using the language column and there are multiple values for each individual. 

  • The relationship is many-to-one (*:1)
  • The relationship is made via the person ID column 
  • It is a single direction between the tables

Hi @Anonymous ,

 

I think I need to see your Power BI file, in order to check the issue.

Can you share .pbix file?

 

Thanks,

Pragati

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Anonymous
Not applicable

I don't at this time, but I will try to recreate the issue and post it here. Thank you. 

HI @Anonymous ,

 

Do you mean you don't this issue anymore on your report?

 

Best Regards,

Pragati Jain


MVP logo


LinkedIn | Twitter | Blog YouTube 

Did I answer your question? Mark my post as a solution! This will help others on the forum!

Appreciate your Kudos!!

Proud to be a Super User!!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors