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
gsamaral77
Helper I
Helper I

Return critical point

Hello, I hope everyone is alright

 

I have a data with the vibration measure of some machines, I want to create a table with the critical point of that machine

 

gsamaral77_0-1630333526951.png

 

I created the measure that return the critical velocity with MAX

 

gsamaral77_1-1630333590090.png

 

But when I put the column "Point" appear all the measures

 

gsamaral77_2-1630333647183.png

 

Someone can help me please?

 

 

 

1 ACCEPTED SOLUTION
ryan_mayu
Super User
Super User

@gsamaral77 

is this what you want?

1.PNG

_MAX = MAX('Table (2)'[VELOCITY])

_point = 
MAXX(FILTER('Table (2)','Table (2)'[TAG]=max('Table (2)'[TAG])&&'Table (2)'[VELOCITY]=CALCULATE(max('Table (2)'[VELOCITY]),ALLEXCEPT('Table (2)','Table (2)'[TAG]))),'Table (2)'[Point])

2.PNG





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

Proud to be a Super User!




View solution in original post

3 REPLIES 3
gsamaral77
Helper I
Helper I

It's work! Thanks!!!

you are welcome





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

Proud to be a Super User!




ryan_mayu
Super User
Super User

@gsamaral77 

is this what you want?

1.PNG

_MAX = MAX('Table (2)'[VELOCITY])

_point = 
MAXX(FILTER('Table (2)','Table (2)'[TAG]=max('Table (2)'[TAG])&&'Table (2)'[VELOCITY]=CALCULATE(max('Table (2)'[VELOCITY]),ALLEXCEPT('Table (2)','Table (2)'[TAG]))),'Table (2)'[Point])

2.PNG





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

Proud to be a Super User!




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.