Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
@rbriga Thank you for your quick response!
I have tried above solution but it's not working in my case.
Still getting circular dependency error in my Ranking formula.
Kindly help me to create calculated column for MAX of Netoverdue (Note that Netoverdue is the calculated column I have created)
Netoverdue = measure1+measure2+measure3
It Happens since it's not a column. If you're looking for the MAX Overdue among the rows in table 1, try:
VAR MAXOVERDUE =
MAXX(
Table1,
[Overdue]
)
If you're looking for the max overdue among customers, try
VAR MAXOVERDUE =
MAXX(
VALUES(Table1[Customer ID]),
[Overdue]
)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 8 | |
| 8 |