Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
twister8889
Helper V
Helper V

Sum with IF and conditions, different tables

Hi guys,

 

How can solve this measure in Power BI? this measure is from QlikSense. I think that problem here is the different tables.

sum(
if(
if(
Table1[Dim] = 'A',
(Table2[Date1] <= Table3[Date2] and Left(Table2[Date1],4) = Left(Table2[Date2],4)),
Table2[Date1] <= Table3[Date2]
),
Fact1[Values],0
)

 

1 REPLY 1
v-deddai1-msft
Community Support
Community Support

Hi @twister8889 ,

 

Would you please show us sample data and your expected output? For your formula, I don't know what's your really want.

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors