Pipeline and copydata activity is not availble or may be not showing in lakehouse

Syed Bilal Haider 120 Reputation points
2026-08-24T18:26:09.4333333+00:00

Pipeline is not available or may not be showing in the lakehouse. I am following coursera DP-600 course. While practicing Copy Data Activity, I am not able to follow as Fabric trial version I am using. or may be some setting issues.

User's image

Azure Data Lake Analytics

Answer accepted by question author
Vinodh247-1375 44,636 Reputation points Volunteer Moderator
2026-08-25T01:03:52.1566667+00:00

This is not a limitation of the Fabric Trial capacity.

Based on your screenshot, you are currently inside the Lakehouse Explorer and looking at a folder under Files. The Get data menu shown there is intended for loading or managing files in the Lakehouse, which is why you only see options such as Upload files, New shortcut, and New subfolder.

A pipeline is a separate data factory item in Fabric and is not created from within the Lakehouse file browser.

To follow the DP600 lab and access the Copy Data experience:

  1. Navigate back to your Fabric workspace.
  2. Select + New item.
  3. Search for and create a Data Pipeline.
  4. Open the pipeline.
  5. On the pipeline canvas, select Copy data (or use the Copy Data Assistant, depending on the current Fabric UI experience).
  6. Configure your source and choose the PAYMENTS Lakehouse as the destination.

Fabric documentation confirms that pipelines are created as workspace items and that copy operations are performed within a pipeline rather than from the Lakehouse Explorer->

https://learn.microsoft.com/en-us/fabric/data-factory/modern-get-data-experience-pipeline.

One additional point: many DP600 training materials and screenshots were created using earlier Fabric interfaces. The Fabric UI has evolved considerably, so the steps and screen locations may look different even though the underlying functionality remains the same.

Help make this community better for everyone: if this answer resolved your issue, please accept it or leave an upvote. If not, share more details in a comment so we can continue the discussion and find the right solution.

Was this answer helpful?

2 people found this answer helpful.
0 comments No comments

2 additional answers

Sort by: Oldest
  1. AI answer

    2026-08-24T18:26:28.22+00:00

    Copy data and Pipeline are created from the Data Factory experience, not from a folder inside the Lakehouse Files area.

    The screenshot shows a folder path inside Lakehouse > Files > Advance Payment > PIPELINE. In that location, the available actions are file actions such as Upload files, New shortcut, and New subfolder. That is why pipeline options are not appearing there.

    Use this path instead:

    1. Open the workspace.
    2. Create or open a Pipeline.
    3. Add a copy activity by selecting either:
      • Add pipeline activity > Copy activity, or
      • Copy data > Add to canvas under the Activities tab.
    4. In the Source tab, select an existing connection or create a new one.
    5. In the Destination tab, choose Lakehouse.
    6. Select an existing Lakehouse connection or create a new one.
    7. Choose Tables or set a file path for the destination.

    If the goal is to practice the DP-600 copy activity quickly, the documented sample flow is:

    1. In a pipeline, select Copy data assistant.
    2. Choose Sample data.
    3. Select Public Holidays sample data.
    4. Set destination to Lakehouse.
    5. Enter a Lakehouse name and select Create and connect.
    6. Choose Tables and provide a table name.
    7. Select Save + run.

    If Lakehouse itself is missing as a creation option in the workspace, one documented cause is workspace region limitation. In that case, create a new workspace in a supported region and check again whether the Lakehouse option appears.


    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

    1 person found this answer helpful.
  2. SIVASANKAR YEDDULA 170 Reputation points Microsoft External Staff Moderator
    2026-08-25T08:24:16.38+00:00

    Hi @Syed Bilal Haider ,

    Thank you for reaching out to the Microsoft Q&A forum.

    Based on your description, this behavior is not related to the Microsoft Fabric Trial capacity. The issue occurs because you are currently working within the Lakehouse Files area. In this view, Fabric only provides file-management operations such as Upload files, New shortcut, and New subfolder, so Pipeline and Copy Data options will not be visible.

    In Microsoft Fabric, a Data Pipeline is a separate Data Factory item and is not created from within the Lakehouse Explorer. To use Copy Data, you must first create or open a Data Pipeline from your workspace.

    To continue with the DP-600 lab:

    Navigate to your Fabric workspace.

    Select + New Item.

    Create a Data Pipeline.

    Open the pipeline.

    Select Copy Data (or Copy Data Assistant).

    Configure your source and select the target Lakehouse as the destination.

    Save and run the pipeline.

    Additionally, many DP-600 training materials were created using earlier Microsoft Fabric user interface versions. As Fabric continues to evolve, the location and appearance of certain options may differ from the course screenshots, although the underlying functionality remains the same.

    https://learn.microsoft.com/en-us/fabric/data-factory/modern-get-data-experience-pipeline

    I hope this helps. Please let us know if you have any further questions.

    If this answer helps, please consider clicking Accept Answer so that other community members facing similar issues can benefit from it as well.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.