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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Good afternoon, everyone,
In the following table, Column BI Limit is a calcuated column.
In this calculated column, I need to fill in the Coverage BI Limit information within the same policy number.
Appreciate your help.
Dennis
| Policy | Coverage | Limit | BI Limit |
| 456 | BI | 50 | 50 |
| 456 | PD | 60 | 50 |
| 456 | PIP | 70 | 50 |
| 321 | BI | 40 | 40 |
| 321 | PIP | 30 | 40 |
Solved! Go to Solution.
Thank you so much, it works perfectly. A good day. Dennis
Column = VAR _policy = 'Table'[Policy]
RETURN
CALCULATE(MAX('Table'[Limit]),
FILTER('Table',
'Table'[Policy] = _policy &&
'Table'[Coverage] = "BI"))
Thank you so much, it works perfectly. A good day. Dennis
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 63 | |
| 55 | |
| 41 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 97 | |
| 80 | |
| 35 | |
| 29 | |
| 25 |