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
Can anyone help find the errors in this code?
= Table.AddColumn(#"Changed Type", "BillingTotal", each
let
projectID = [Project_ID],
fees = if Table.SelectRows(ForecastBilling, each [ID_Project] = projectID)[Unweighted Fees] <> null then List.Max(Table.SelectRows(ForecastBilling, each [ID_Project] = projectID)[Unweighted Fees]) else 0
in
if fees > 0 then "Billing" else "Pipeline"
)
What error are you getting?
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 7 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 16 | |
| 14 | |
| 14 | |
| 10 | |
| 9 |