Forum Discussion
Anonymous
6 years agoNot 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
- VijayPCommunity 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?