Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
I couldn't use a simple replace value function for above, as the 'value' is different after some number of columns. I could manually use the 'fill' then 'down' function in Excel, just wondering if there is a Power Bi Dax formula or functions available to replace Excel "fill' function? As there are 210,000 rows in the spreadsheet
Thanks!
Solved! Go to Solution.
Hi,
If you want to do it on power query side, you can use fill down option.
If you want to do it in visual side, use Table visual. Do not use Metrix Visual.
Thank you.
Hi,
If you want to do it on power query side, you can use fill down option.
If you want to do it in visual side, use Table visual. Do not use Metrix Visual.
Thank you.
Thank you!