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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
hi There,
I have a quick question, I get information from another table with the function =related and this works as expected. How ever, I also have empty lines (that are logical) but I want a '1' instead of empty (this for calculation purposes). Not sure if this is possible y/n, i couldn't find a suitable solultion.
So no I have:
Solved! Go to Solution.
Try this,
ReportingCurrencySpotRate =
IF(
RELATED(BaseAccountingCommitment[ReportingSpotRate]) = BLANK() , 1 ,
RELATED(BaseAccountingCommitment[ReportingSpotRate])
)
Try this,
ReportingCurrencySpotRate =
IF(
RELATED(BaseAccountingCommitment[ReportingSpotRate]) = BLANK() , 1 ,
RELATED(BaseAccountingCommitment[ReportingSpotRate])
)
Thanks for this quick reply and solution, works as expected, great! kudos for you!
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 66 | |
| 44 | |
| 34 | |
| 26 | |
| 23 |
| User | Count |
|---|---|
| 137 | |
| 118 | |
| 58 | |
| 40 | |
| 35 |