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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply

"True" or "False" response validation column

Any solution in Excel or Power BI that can insert a "True" or "False" response validation column after comparing data from table 1 with rows in table 2 (agent_id column), the only one using the data in table 1 is within the data range of table 2 (data table 1> = start_data and <= end_date)

 

duvida.jpg

1 REPLY 1
mahoneypat
Microsoft Employee
Microsoft Employee

Try this expression in your calculated column

 

Valid = var startdate = LOOKUPVALUE(Tabela_2[data_inicio]), Tabela_2[id_agente], Tabela_1[id_agente])

var enddate = LOOKUPVALUE(Tabela_2[data_fim]), Tabela_2[id_agente], Tabela_1[id_agente])

return if(and(Tabela_1[data]<= enddate, Tabela_1[data]>=startdate), "True", "False")

 

If this solution works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

Regards,

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.