Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Solved! Go to Solution.
Hi @CD1,
Please use calculate with filter functions to instead lookupvalue, I don't think 'lookupvalue' can suitable for your requirement.
For example:
Sum from other table =
CALCULATE (
SUM ( table[value] ),
FILTER (
ALL ( table ),
table[date] >= FIRSTDATE ( table2[date] )
&& table[date] <= LASTDATE ( table2[date] )
)
)
Regards,
Xiaoxin Sheng
Hi @CD1,
Please use calculate with filter functions to instead lookupvalue, I don't think 'lookupvalue' can suitable for your requirement.
For example:
Sum from other table =
CALCULATE (
SUM ( table[value] ),
FILTER (
ALL ( table ),
table[date] >= FIRSTDATE ( table2[date] )
&& table[date] <= LASTDATE ( table2[date] )
)
)
Regards,
Xiaoxin Sheng
Hello
In the event that I want to do the same, but add the values according to some concept, how to do it
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 |
|---|---|
| 54 | |
| 47 | |
| 39 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 83 | |
| 70 | |
| 38 | |
| 28 | |
| 27 |