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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
XAVICHETAPIA
Frequent Visitor

Showing measure from a table not filtered.

Dear,

 

Here my case ( schema) and my doubt.  

I guess it have to be solve through a formula that affect the relation, but I cannot find it. Thank you in advance.

 

 

This is the schema. 

XAVICHETAPIA_2-1654775361136.png

 

 

I have one measure done trhough a column of Table: Price  

Price measure = sumx('PRICE','PRICE'[PRICE])

 

And anhother measure done through a colum of table: LEADTABLE.

LEAD measure = AVERAGEX(LEADTABLE,LEADTABLE[LEAD])

 

Doubt

What I need is when filtering by month, only see the reservations with Price on this month ( yellow one )

What I actually see is, all the reservations independing of the month filter.

 

XAVICHETAPIA_4-1654776330307.png

 

 

 

Those are my tables.

 

XAVICHETAPIA_0-1654775244588.png

XAVICHETAPIA_1-1654775274977.png

 

THanks,

Adrián

 

 

5 REPLIES 5
NickolajJessen
Solution Sage
Solution Sage

The soloution posted answered your query:


@XAVICHETAPIA wrote:

What I need is when filtering by month, only see the reservations with Price on this month ( yellow one )

What I actually see is, all the reservations independing of the month filter.


The soloution can't be used to filter data on a Card Visual, however.

If you share your .pbix, i'll whip up a quick measure for ya 

Ahh i see, the reason your month isn't filtering the LeadTable is because there is no link between Dates and LeadTable.

NickolajJessen_0-1655378748415.png

You should look into how to create a caldar table and how to manage relationship in a data model.
Avi Singh is a good resource for this.

 

NickolajJessen
Solution Sage
Solution Sage

Hi, 

Can you use the filter pane and filter out lines that are not above 0?

NickolajJessen_0-1654777457752.png

 

The solution is not valid as all as If I create a Target with the "LEAD Measue" it doesn't change with month filters.

Example. Withouth filtering.

 

XAVICHETAPIA_2-1654786879264.png

 

 

Filtering by month.


XAVICHETAPIA_1-1654786849515.png

 

Thanks

 

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Kudoed Authors