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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Values showing redundant

i'm newbie using table matrix in power bi and created a dax measure for this value.  However, when i included in the matrix, it is showing redundancy.

 

rockdotnet_0-1676883359266.png

 

ICURevTest =
SUMX(
    FILTER(
        'Doctor Room&Board',
        'Doctor Room&Board'[SageCode] IN {"43-092-172","43-052-172","43-092-170"}      
        ),
'Doctor Room&Board'[DR_Net_Amt]  + 'Doctor Room&Board'[IR_Net_Amt])

 

by the way, Doctor Room&Board is another dataset and i just wanted to insert it in the table matrix column values

 

1 ACCEPTED SOLUTION
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

 

Are "AMD-DAMMAM", "KHOBAR", "RAKAH" from another table rather than 'Doctor Room&Board'? Are the Year and Month columns from another table? If columns in the matrix visual are from multiple tables, do they have any relationships between them? If there is no relationship between tables, the measure will be evaluated for every row value in the matrix as there is no filter passed through the relationships. You need to create a relationship between tables on a common column (I guess it may be [SageCode]?).

 

Beginner’s Guide to Relationships in Power BI – Curbal

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

View solution in original post

1 REPLY 1
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

 

Are "AMD-DAMMAM", "KHOBAR", "RAKAH" from another table rather than 'Doctor Room&Board'? Are the Year and Month columns from another table? If columns in the matrix visual are from multiple tables, do they have any relationships between them? If there is no relationship between tables, the measure will be evaluated for every row value in the matrix as there is no filter passed through the relationships. You need to create a relationship between tables on a common column (I guess it may be [SageCode]?).

 

Beginner’s Guide to Relationships in Power BI – Curbal

 

Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.

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.