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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.