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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
edwiessner
New Member

Visual Matrix is display data where nothing is

Hello,

I have a problem that the visual Matrix is displaying data in the second row (Rezeptur) from the first row (Materialnr), when no data is behind the second row.

edwiessner_0-1659608223543.png

 

 

In Column “Sort” there is Data behind the second row (Rezeptur). This will be summarized to the First row. This is correct.

In Column “VE Stk” There is Data behind the first row (Materialnr)but not behind the second row. Here he takes the value “12” and copies it down to the second row.

But in reality there should be the cells empty.

How can I adjust Power Bi to not copy the values down. (See picture)

edwiessner_1-1659608223547.png

 

 

 

2 REPLIES 2
changqing
Resolver II
Resolver II

Hi @edwiessner ,

 

1. As lbendlin said, first check the model to confirm that the filtering can be passed correctly through the relationship.

2. Try ISINSCOPE(), such as:

Measure = IF(ISINSCOPE('Table'[Rezeptur]),BLANK(),[VE Stk])

Reference:

isinscope() 

 

Best Regards,
changqing

lbendlin
Super User
Super User

repeating numbers are usually an indication of a miswired data model.  Check the relationships and arrow directions.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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