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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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