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
GeorgiBarov
Frequent Visitor

Help! Filter doesn't work on measure

Hello,

I'm trying to get the Average YTD per Context and Assay, but the formula that I'm using calculate the whole sum.

For example in YTD (which is measure) I want to recieve Cu per context(Actual/ Budget/etc..)

To get the result I create calculated column(Sum per day) and measure (YTD)


Sum per day =
CALCULATE(
      SUM(FactProduction[Data]),
      FILTER(
      FactProduction,
      FactProduction[Assay] = EARLIER( FactProduction[Assay]) &&
      FactProduction[Date] = EARLIER( FactProduction[Date] )
          )
)

YTD =
       CALCULATE (
            SUM ( FactProduction[Sum per day]) / COUNTA(FactProduction[Data]),
            FILTER (
            ALLEXCEPT(FactProduction, FactProduction[Assay]),
                FactProduction[Date] <= SELECTEDVALUE(FactProduction[Date])
            )
      )

The filters (Context) works with the calculated column (Sum per day), but not works with the measure (YTD)

Capture11.PNG

 Thanks 🙂

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi GeorgiBarov,

Based on the data model displayed, I make a test on my site and it turns out the result below. In calculated column (Sum per day) it can’t receive Cu per context.

 1111.png

Can I confirm with you whether there is any other information when created the calculated column, additionally, to help you effectively, would you please give a picture showing a list of result you want in YTD column?

 

Best regards,
Maggie Li

View solution in original post

1 REPLY 1
v-juanli-msft
Community Support
Community Support

Hi GeorgiBarov,

Based on the data model displayed, I make a test on my site and it turns out the result below. In calculated column (Sum per day) it can’t receive Cu per context.

 1111.png

Can I confirm with you whether there is any other information when created the calculated column, additionally, to help you effectively, would you please give a picture showing a list of result you want in YTD column?

 

Best regards,
Maggie Li

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.