Introduction to Semantic Link in Microsoft Fabric

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024

ความคิดเห็น • 32

  • @LearnMicrosoftFabric
    @LearnMicrosoftFabric  11 หลายเดือนก่อน +3

    Want to learn more about Semantic Link, I just released a new 1hr workshop on Semantic Link: th-cam.com/video/Xj0AnZ8qT58/w-d-xo.html

  • @simonloughnane6683
    @simonloughnane6683 ปีที่แล้ว +2

    This is very exciting. Lots of possibilities. Perhaps a slightly prosaic use-case, but I can see this coming in very handy for documenting our semantic models.

    • @LearnMicrosoftFabric
      @LearnMicrosoftFabric  ปีที่แล้ว +1

      It's as if you are reading from my list of future videos I am creating on Semantic Link, Simon! I think documenting Power BI models is a great use case - watch this space.

  • @LearnMicrosoftFabric
    @LearnMicrosoftFabric  ปีที่แล้ว +1

    A big thanks to Markus and his team for this one!
    How will you be using Semantic Link?! So many opportunities!

  • @douglasspencer9819
    @douglasspencer9819 10 หลายเดือนก่อน +1

    Thank you for this valuable review of Semantic Link.
    IMHO: Semantic link feels a bit like a solution in search of problems that should ahve already been resolved in ETL. You do your data validations there, you do your fact and dimension value validations and violation alerts....so this should all be done long before you ever get your data into your data warehouse. As for updating your data sets...this can easily be done in a powershell script using a couple restAPIs and you then execute a sroc that runs the powershell script to update your dataset...
    Getting meta data on your datasets...yeah I see some value here that alleviates some manual work.
    The biggest benefit that I see is allowing other data consumers access to your measures, and of course helping these consumers get insight into the dax that created the measures.

    • @LearnMicrosoftFabric
      @LearnMicrosoftFabric  10 หลายเดือนก่อน

      Hey thanks for your thoughtful comments!
      You're right in that there are many places in an end-to-end pipeline where we should be doing data validation, with most of the validation being done as upstream as possible. However I do see a place for semantic link in validating that semantic models are built and functioning as designed (how/where else would you validate this?).
      For example, those measures you mentioned written by a Power BI Dev, it would be nice to consistently monitor the outputs of these measures, and also cross table relationships too.

  • @crixcel8388
    @crixcel8388 6 หลายเดือนก่อน

    Hey how to export these table in csv or documentation purpose , I am
    Unable to export these data frames in any format

    • @LearnMicrosoftFabric
      @LearnMicrosoftFabric  6 หลายเดือนก่อน

      Not sure I understand the question? are you looking to export a CSV of the data returning by semantic link? You should be able to write out the dataframe using the pandas df.to_csv('Files/file_path')

  • @BharathKumar-ch4tp
    @BharathKumar-ch4tp 5 หลายเดือนก่อน

    How can I use semantic link in python script outside of fabric environment

    • @LearnMicrosoftFabric
      @LearnMicrosoftFabric  5 หลายเดือนก่อน

      Last time I checked I think it was a NO. Because the fabric notebook handles all the authentication for you.

    • @BharathKumar-ch4tp
      @BharathKumar-ch4tp 5 หลายเดือนก่อน

      @@LearnMicrosoftFabric we can create service principale and authenticate right?
      Or is there any way that I can access semantic model data outside of fabric environment using programming languages?
      Thanks in advance

  • @rabihbadr54
    @rabihbadr54 6 หลายเดือนก่อน

    Great videos. Cheers!

  • @shashipaul6279
    @shashipaul6279 11 หลายเดือนก่อน

    Great session indeed ....... Really found it interesting and going to follow each video you post in future related to this. .. ...

    • @LearnMicrosoftFabric
      @LearnMicrosoftFabric  11 หลายเดือนก่อน

      Thanks shashi! You might enjoy this follow up video th-cam.com/video/Xj0AnZ8qT58/w-d-xo.html

  • @Nalaka-Wanniarachchi
    @Nalaka-Wanniarachchi 7 หลายเดือนก่อน

    Exciting one.

  • @vibhatt2512
    @vibhatt2512 6 หลายเดือนก่อน

    Very interesting feature...its indeed going to be a competitive advantage for Microsoft

    • @LearnMicrosoftFabric
      @LearnMicrosoftFabric  6 หลายเดือนก่อน +1

      It's so useful and they are adding even more capability to it regularly too, I need to record an update video... 🙌

  • @MrSith-yp3yq
    @MrSith-yp3yq 11 หลายเดือนก่อน

    Hi Will. I really like the format of the video, how you organize it. It was very valuable, thank you.

  • @samirsahin5653
    @samirsahin5653 11 หลายเดือนก่อน

    This is a great future. Would be great to access datasets and measures with no limitations. Previously, when we wanted to use data from a power bi matrix, we needed to export csv and there was row limitations. Now we will able to access it without export and use in a cycle.
    Can you do a deep dive video for dax for above scenario?
    Thanks for the video.

    • @LearnMicrosoftFabric
      @LearnMicrosoftFabric  11 หลายเดือนก่อน

      Hey! Yes, I’ll be covering these aspects in more detail soon ☺️

  • @K_dyub
    @K_dyub 11 หลายเดือนก่อน

    Great stuff, Will. Appreciate all you work on this stuff.

    • @LearnMicrosoftFabric
      @LearnMicrosoftFabric  11 หลายเดือนก่อน

      Hey thanks for the comment Kenneth! And no worries - I actually really enjoy making them and exploring all the new ways to use these amazing tools!

  • @LiseHolck
    @LiseHolck 11 หลายเดือนก่อน

    Great video 😊. I would very much like to ser more videos on the data validation scenarios 👍

    • @LearnMicrosoftFabric
      @LearnMicrosoftFabric  11 หลายเดือนก่อน

      Thanks! will definitely be covering that v soon ☺️

  • @aydinitil9061
    @aydinitil9061 10 หลายเดือนก่อน

    the biggest benefit i see from this is the ability to write tests in python on your dataset

    • @LearnMicrosoftFabric
      @LearnMicrosoftFabric  10 หลายเดือนก่อน

      That is absolutely where I see the bigest benefit too - you should watch this video next where i talk in detail about data validation strategies using semantic link th-cam.com/video/Xj0AnZ8qT58/w-d-xo.html

  • @AndyKabeer
    @AndyKabeer ปีที่แล้ว

    exciting video, thanks a lot it will be great to see if you can do a video on EDA( Exploratory data analysis) using Fabric Notebook and Power BI with analysis that we can currently do with Panda Profile or Sweet Viz and maybe then take it to one further and create a machine learning ( selecting the right model for the right use case, training/testing, etc)

    • @LearnMicrosoftFabric
      @LearnMicrosoftFabric  ปีที่แล้ว +2

      Thanks Andy, yeh absolutey I think there's a lot of scope to do EDA directly on Power BI datasets now - I'm on the case :) And yeh defo plan on doing an ML video: getting data from Power BI, training a model, writing predictions back to Lakehouse and then integrate into your Power BI visualisations. Thanks for your comment!

    • @AndyKabeer
      @AndyKabeer ปีที่แล้ว

      Awesome!