Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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!
| User | Count |
|---|---|
| 43 | |
| 35 | |
| 26 | |
| 16 | |
| 14 |
| User | Count |
|---|---|
| 64 | |
| 56 | |
| 40 | |
| 21 | |
| 20 |