Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi, I would like to achieve something like this:
Where Rank = IF(value>Average(value),"Top","Bottom") For now, i only have Type and Value Column I cant seems to obtain a constant value for average(value) when i try to make it as calculated column.
Solved! Go to Solution.
Hi @Anonymous
Try this for your calculated column:
'Average(Value)'=AVERAGE(Table1[Value])
where Table1 is the name of the tale you are showing
Hi @Anonymous
Try this for your calculated column:
'Average(Value)'=AVERAGE(Table1[Value])
where Table1 is the name of the tale you are showing
User | Count |
---|---|
85 | |
79 | |
64 | |
52 | |
46 |
User | Count |
---|---|
101 | |
44 | |
41 | |
39 | |
36 |