The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello all. I linked two tables, and after the link an empty row was formed. How to delete an empty line?
Solved! Go to Solution.
Hello @skitovich,
You can delete the blank rows clicking on Remove Rows > Remove Blank Rows.
Hope this helps.
You column name is not visible
You can add a filter on top of your table script
table = filter(union(<You code>),not(isblank([column]))
Hello @skitovich,
You can delete the blank rows clicking on Remove Rows > Remove Blank Rows.
Hope this helps.