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
Anonymous
Not applicable

Covert measure into Calculated column

I followed a tutorial using this code to create a measure
 
Major Tournament =
VAR BigPrize = MAX(Tournament[Prize])
RETURN
CALCULATE(
       MAX(Tournament[Tournament Name]),
       FILTER(Tournament,[Max Prize] = BigPrize))
 
This works really well for my tooltip, to show the tournament type with the highest prize pool.
I want to create another graph using the same logic as this measure to show which of the tournament types are being watched the most.
Any help would be appreciated as I am still a beginner with Power BI, I am unsure which functions to use.
 
 
1 REPLY 1
VijayP
Super User
Super User

First , the tile of post is not sync with problem Statement.

you can use slicer of Tournaments to see the individual insights of Tournaments. Will this help you?




Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
MY Blog || My YouTube Channel || Connect with me on Linkedin || My Latest Data Story - Ageing Analysis

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.