Forum Discussion
RubenMerino
2 years agoFrequent Visitor
DATEDIFF based on measure
Hi I have two table: Calendari_des_de_2018: And this table it's only a calendar table. Llista_Espera: And this table has mean data. I need measure , the name IE01, that count de differenc...
- 2 years ago
Greg_Deckler
2 years agoCommunity Champion
RubenMerino Seems like:
Measure =
( MAX('Llista_Espera'[Data Baixa]) - [Data_maxima_seleccion_filter] ) * 1.RubenMerino
2 years agoFrequent Visitor