Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
81 | |
52 | |
39 | |
34 |
User | Count |
---|---|
95 | |
78 | |
52 | |
49 | |
47 |