cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
ewelinag17
Frequent Visitor

new measure of the same row values ​​with filters applied

Dear,

I have a question.

I have two tables with excel connected by relations. Based on them, I created the table below in my report. The table contains all the information I need. Columns: Data, Index, Ba, in / out, Page number, material come from table 1. Column: Sh comes from table 2.

1600108133953_tempsnip.png

The report includes filters for: date, site number, material, and Sh. I'm having trouble creating a measure that will count the values ​​of in from the last row until it encounters the value of out. Out means the end of counting lines. Here, for my photo, the measure result should be 7.

Can it be solved with one measure?

Thank you in advance for your help.

1 REPLY 1
Greg_Deckler
Super User
Super User

@ewelinag17 Can you explain where the 7 is coming from? I can't figure out the logic to get 7. Is it the lines that are "in" and less than the Indeks of the "out"? If so, it should be something like:

 

Measure =
  VAR __Indeks = MAXX(FILTER('Table',[in/out]="out"),[Indeks])
RETURN
  COUNTROWS(FILTER('Table',[Indeks]<__Indeks && [in/out]="in"))

 


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Join Arun Ulag at MPPC23

Join Arun Ulag at MPPC23

Get a sneak peek into this year's Power Platform Conference Keynote.

PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors
Top Kudoed Authors