Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

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

  • VijayP's avatar
    VijayP
    Community Champion

    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?