Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.