Forum Discussion
headings in same column as data, need to convert into two columns
- 7 years ago
Hi Anonymous ,
How about trying to create columns like DAX below.
Column1= IF(Table1[Material type]=BALNK(),Table1[peak lorry movements per month],BALNK())
Column2= IF(Table1[Material type]<>BALNK(),Table1[peak lorry movements per month],BALNK())
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
How about trying to create columns like DAX below.
Column1= IF(Table1[Material type]=BALNK(),Table1[peak lorry movements per month],BALNK())
Column2= IF(Table1[Material type]<>BALNK(),Table1[peak lorry movements per month],BALNK())
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks very much Amy! I thought maybe there was another possibility but yes that makes sense.
Thank youuu v-xicai