Forum Discussion
MilanAXVII
8 years agoHelper I
related column
Hi, I have two tables which are linked by one column for each colum(merged 1) I have one time One the other table I have all merged 1, but sometimes there are many merged 1 which are similar. ...
- 8 years ago
Try this
= DIVIDE ( RELATED ( NewTable[time] ), CALCULATE ( COUNTROWS ( timbratura ), ALLEXCEPT ( timbratura, timbratura[merged1] ) ) )
Zubair_Muhammad
8 years agoCommunity Champion
Try this
=
DIVIDE (
RELATED ( NewTable[time] ),
CALCULATE (
COUNTROWS ( timbratura ),
ALLEXCEPT ( timbratura, timbratura[merged1] )
)
)