Forum Discussion
balak
Microsoft Employee
4 years agoHow to generate explode the datediff between 2 dates to multiple rows
I have 2 columns , startdate and processeddate and I want to explore the datediff between these 2 dates to muliptle rows like below in Dax and i am assuming this will be separate table and need to ...
PaginatedDino
Helper I
3 years agoAshish_Mathur Thanks this worked for me with but with an integer range use case. It was a small look up table that eventually results in 20.000 exploded rows, so not a very huge table. Performance is ok.
Ashish_Mathur
Super User
3 years agoGlad to know. Thank you.