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
Anonymous
Not applicable

How to make a measure with 3 fact columns

Hi,

 

I need to make a measure with 3 fact columns.

The similar dates in this 3 columns is the column  Ticket.

 

The dates i would like to use are:

  • Fact1:

-Ticket

 

  • Fact2:

-Ticket

-Operaçao

 

  • Fact3:

-Ticket

-n-doc

 

 

I've tried to made this measure for apply in my table  and one graph but this doesn't worked:

VAR OP = IF([Soma-Tickets-operacao] = [Soma_tickets],[soma-operacao-ticket-operaçao], BLANK())
VAR OP2 = IF([soma-zmm044-tickets] = [Soma_tickets],[Soma-n-documento], BLANK())
VAR OP3 = IF(OP = BLANK() && OP2 = BLANK(), 1, 0 )

return
OP3

 

 

3 REPLIES 3
tamerj1
Super User
Super User

Hi @Anonymous 

please share some screenshots and advise the dax for the three measures 

Anonymous
Not applicable

bbbbb222_0-1673620039282.png

To =
VAR OP = IF([Soma-Tickets-operacao] = [Soma_tickets],[soma-operacao-ticket-operaçao], BLANK())
VAR OP2 = IF([soma-zmm044-tickets] = [Soma_tickets],[Soma-n-documento], BLANK())
VAR OP3 = IF(OP = BLANK() && OP2 = BLANK(), 1, 0 )

return
OP3

@Anonymous 

Please try by switching the relationships between 'f_ticket_balanka' and both 'f_2' and 'f_t3' to both way instead of single. 

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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.