Forum Discussion
Split one raw in several rows based on a condition
- 10 years ago
There is no function can split one row to several rows with DAX. The only method I can think out is first create several calculated columns for different time period, then create several calculated tables and union them at last. Please refer to following screenshot as below.
I’ve also upload my .pbix file here for reference. This method is complex and you can take a look at it.
Best Regards,
Herbert
There is no function can split one row to several rows with DAX. The only method I can think out is first create several calculated columns for different time period, then create several calculated tables and union them at last. Please refer to following screenshot as below.
I’ve also upload my .pbix file here for reference. This method is complex and you can take a look at it.
Best Regards,
Herbert
Thank you, I will explore this aproach.
Best regards,
Nandor