Power BI: Complete Realtime Dashboard Demo using SQL Server Database from start to end

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 16

  • @quiz1112
    @quiz1112 8 месяцев назад +1

    Thank you a lot. Your video is handy for me. I am making the same system

    • @virtual_school
      @virtual_school  8 месяцев назад

      Thanks for your kind words. Glad you liked it.

  • @virtual_school
    @virtual_school  8 месяцев назад

    The waitfor delay in sql query, is '00:00:01' (it is not 00:00:00 as shown in some parts of video).

  • @srikanthkatla308
    @srikanthkatla308 8 месяцев назад +1

    Where can we use this sql server dashboards? and how

    • @virtual_school
      @virtual_school  8 месяцев назад +2

      Real time dashboards are widely used in stocks, call centers, currency exchange companies, airline companies, national retail chains etc. "How" is exactly what is shown in this tutorial.

  • @shreyoseesen9395
    @shreyoseesen9395 5 месяцев назад

    How can i insert data provided in excel sheet into the SQL server table?

    • @virtual_school
      @virtual_school  5 месяцев назад

      There are many ways. You have import and export wizards in SSMS. You can use select * from OPENROWSET command if you prefer query. You can save excel file as text and use Bulk Insert command as well.
      However you must have advanced SQL or database knowledge, to use any of these methods. Databases are highly strict. In a column where Null is not allowed, any blank cell will result in error. Any space or hidden special character may result in error as well. In some cases application using the database can malfunction as well.

    • @virtual_school
      @virtual_school  5 месяцев назад

      How many rows and columns are we talking about?

  • @sourabhrajora7225
    @sourabhrajora7225 5 месяцев назад

    Using direct query is obvious method. Looking for push datasets video.

    • @virtual_school
      @virtual_school  5 месяцев назад

      You need power bi service for push dataset, which not everyone has. And there are many other issues as well. Power BI users are mostly basic users, and push data does not have a proper interface. You have to use command line tools and other stuff to make it work. And at the end you get similar results.

  • @jivithaattuluri6738
    @jivithaattuluri6738 5 месяцев назад

    It is taking too long time for visual representation
    From:12:15

    • @virtual_school
      @virtual_school  5 месяцев назад

      Could you elaborate plz. What is taking long and what is "from:12:15" ?

    • @jivithaattuluri6738
      @jivithaattuluri6738 5 месяцев назад

      @@virtual_school once the whole project is done when we have to open it again it is not showing the first visual representation
      It showing error message

  • @SupundiWijekoon-f6c
    @SupundiWijekoon-f6c 4 месяца назад +1

    actualy this is not real time dasboard refresh 1second refresh rate

    • @virtual_school
      @virtual_school  4 месяца назад

      You are right, but if you go to cost benefit and efforts involved, it is the best solution.