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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
varelapablo90
Helper II
Helper II

Measure returning a different value depending on the visual.

Hello community

 

I have the following situation.

I've made a table that should only display information when there is input in 3 key values.

These are: 

- Company Code (a measure returns 1 when this field is filtered)

- Supplier (a measure returns 1 when this field is filtered)

- Invoice Reference (a measure returns 1 when this field is filtered)

 

3_way_match is the measure that sums the above measures, if all "mandatory inputs" are given result should be 3 and data table should be displayed, else would be less than 3 and nothing should show up.

As you see, despite the result is 2 in the table it returns 3, what could be the reason of this?

 

Table contains no duplicate values, its all unique and very basic star schema.

varelapablo90_0-1705485740731.png

 

Look forward to hearing from you.

Thanks in advance

3 REPLIES 3
Anonymous
Not applicable

Hi @varelapablo90 ,

If I understand correctly, the issue is that the measure returning the error result. Please try the following methods and check if they can solve your problem:

1.Check the logic of each individual measure that they are indeed returning 1 when filtered.

 

2.Confirm that there are no unexpected relationships in the data model.

 

3.Ensure that there are no any other filters that apply to the report.

 

4.Verify the 3_way_match measure is using the correct formula to sum.

 

Best Regards,

Wisdom Wu

What measures would you use to check if the values are selected?

DataInsights
Super User
Super User

@varelapablo90,

 

This behavior is due to filter context. The table visual has filter context for Invoice Reference, but the total row in the table visual and the card don't have filter context for Invoice Reference. How are you determining if a field is filtered? It would help to see your DAX.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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