Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
My "Child" looks like this:
Col1 | Col2 |
Value 1a | null |
null | Value 1b |
Value 2a | null |
null | Value 2b |
Value 3a | null |
null | Value 3b |
and I need a solution to transform the table in that shape:
Col1 | Col 2 |
Value 1a | Value 1b |
Value 2a | Value 2b |
Value 3a | Value 3b |
Please Help me fellows, I'm desperate.
Thanks!
Solved! Go to Solution.
Hi, @newbie43_ , take heart, my friend, it's easy, just fill down a column then fill out null in the other column.
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
Hi, @newbie43_ , take heart, my friend, it's easy, just fill down a column then fill out null in the other column.
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |