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
ghosh_kavitha
Helper IV
Helper IV

Dynamic date and the highest value details in Card visual

Hi

Here are my data details

Supplier        value       

a                    100

b                      99

c                      16

h                      76 

In this case i just want create the separate ''card visual'' to high light the highest supplier and value details.and this details changes on daily basis.. i used slicer table to select the date....need measure for, on the slicer table date and the highest value of the supplier name and values.

Kindly suggest.

Thanks

Kg

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

Hi @ghosh_kavitha 

 

Let me know if you'd like to get this one:

00.PNG01.PNG

Highest value = MAX('Table'[Value])
Highest suppiler = var a = CALCULATE(MAX('Table'[Value]),ALLSELECTED('Table')) 
Return 
CALCULATE(MAX('Table'[Supplier]),FILTER('Table' ,[Value]= a))

Pbix attached.

 

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.

View solution in original post

2 REPLIES 2
v-diye-msft
Community Support
Community Support

Hi @ghosh_kavitha 

 

Let me know if you'd like to get this one:

00.PNG01.PNG

Highest value = MAX('Table'[Value])
Highest suppiler = var a = CALCULATE(MAX('Table'[Value]),ALLSELECTED('Table')) 
Return 
CALCULATE(MAX('Table'[Supplier]),FILTER('Table' ,[Value]= a))

Pbix attached.

 

Community Support Team _ Dina Ye
If this post helps, then please consider Accept it as the solution to help the other members find it more
quickly.
amitchandak
Super User
Super User

Create two-card visual or multi-card visual. And drag supplier and value on them.

Now in visual level filter again drag supplier . The use top N filter and use value to filter Top1 .

 

Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
In case it does not help, please provide additional information and mark me with @

Thanks. My Recent Blogs -Decoding Direct Query - Time Intelligence, Winner Coloring on MAP, HR Analytics, Power BI Working with Non-Standard TimeAnd Comparing Data Across Date Ranges
Proud to be a Datanaut Connect on Linkedin

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.