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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I currently have the following visuals as follows:
Date Filter (slider in between two dates) from my dedicated Date Table and field: dbDates[Date]:
Table Visual (using the TMO_Table Data (below):
Loan Code | Loan Name | $ External | $ Internal | $ Total |
1111 | Loan A | $10,000 | $0 | $10,000 |
2222 | Loan B | $0 | $0 | $0 |
3333 | Loan C | $25,000 | $0 | $25,000 |
TMO_Table Data
Loan Code | Loan Name | Participant Type | PaidOffDate | TransactionDate | $ Amount |
1111 | Loan A | External Bank A | February 2, 2024 | June 6, 2023 | $10,000 |
1111 | Loan A | External Bank A | February 2, 2024 | March, 1, 2024 | -$10,000 |
2222 | Loan B | Internal Entity A | November 1, 2023 | January 1, 2023 | $20,000 |
2222 | Loan B | Internal Entity A | November 1, 2023 | November 1, 2023 | -$20,000 |
3333 | Loan C | External Bank B | August 24, 2023 | $30,000 | |
3333 | Loan C | External Bank B | December 14, 2023 | -$5,000 |
What I have been trying to do:
IF PaidOffDate is BLANK
then "INCLUDE",
Else:
IF PaidOffDate >= MIN(dbDates[Date]),
then "INCLUDE"
else: "PAID OFF"
Desired Output in my Table Visual: assuming the date is still filtered between December 1, 2023 and December 31, 2023:
Loan Code | Loan Name | $ External | $ Internal | $ Total |
1111 | Loan A | $10,000 | $0 | $10,000 |
3333 | Loan C | $25,000 | $0 | $25,000 |
Please let me know if you need more details or specific information as I'm relatively new.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.