Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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! |