Advanced Power BI: Solving the Hard Problems

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

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

  • @cromeromail
    @cromeromail 11 месяцев назад +1

    Dude! This is SO INFORMATIVE! Thank you for elavating the community!

  • @rohit5145
    @rohit5145 4 года назад +5

    Davin Knight ..... more like a Dark Knight of Power BI ... awesome stuff

  • @comeandsee8275
    @comeandsee8275 Год назад

    That’s was great
    Can powerbi attach daily target of store to staff as they show fingerprint as defined shifts thanks

  • @TDR_RUTVIK_OFFICIAL
    @TDR_RUTVIK_OFFICIAL 2 года назад +1

    THANKS. IT'S HELPFUL

  • @sophiar5280
    @sophiar5280 3 года назад +3

    Another great session to learn PBI. Awesome Devin!

  • @lucernec3101
    @lucernec3101 2 года назад

    Can you tell me if we can do Power BI Adhoc Analytics

  • @nishachauhan6067
    @nishachauhan6067 4 года назад +6

    i want the same dataset, from where i can get this?

  • @SusmithaRavishankar
    @SusmithaRavishankar Год назад

    Great Video's. I have a qn I have an API with Scroll ID. Can you explain how to use it. I mean the Code to all the API Recursively

  • @stumit63_tech
    @stumit63_tech 3 года назад

    Just working through this as an exercise. Good stuff.

  • @alejandroramirez5451
    @alejandroramirez5451 2 года назад +1

    Thank you so much, great video

  • @vilasg1228
    @vilasg1228 3 года назад

    Dear Davin,
    @# pragmatic works...
    Is it possible to get a better quality video, please?
    Many places display is blurry and can't make out the code
    Thanks
    VG

  • @alfredlear4141
    @alfredlear4141 4 года назад +1

    Most of this i know, but some great tricks learnt along the way.
    Impressive

    • @PragmaticWorks
      @PragmaticWorks  4 года назад

      Hi Alfred, we are glad to hear that you were able to learn great and new tricks with this video. I am not sure if you know, but we offer many On-Demand Learning courses, such as, Power BI, Azure, SQL Server, Data Science, Business Intelligence and much more. You should check out our FREE trial: www.pragmaticworkstraining.com/trial-registration/?source=odl_youtubeorg - No credit card required and you will get instant access of all our courses.

    • @waynethurman2144
      @waynethurman2144 3 года назад

      Just had to brag on yourself, huh; get over your self importance or just keep it to self!

  • @MNEMETH318
    @MNEMETH318 4 года назад +3

    Hi! Where is this data set of salaries you are using? Thanks.

    • @PragmaticWorks
      @PragmaticWorks  4 года назад

      Hi Michael. Please, reach out to Devin (dknight@pragmaticworks.com). He will be able to share the file via email

  • @kebincui
    @kebincui 3 года назад

    Excellent tutorial, Thanks Devin 👍👍👍

  • @taniabertrand1066
    @taniabertrand1066 Год назад

    Awesome thank you!

  • @sagaroberoi7998
    @sagaroberoi7998 3 года назад

    Very helpful content.....please continue making more of such videos.

  • @defaultHandle1110
    @defaultHandle1110 4 года назад +1

    Interesting. Can totally consume this.

  • @sunnyn1343
    @sunnyn1343 2 года назад

    Please can you share me the demo file to practice

  • @shoppersdream
    @shoppersdream 3 года назад +2

    Can you please share the file with us so that we can also practice? Thanks

  • @張愛中
    @張愛中 4 года назад +1

    wow, thanks for your sharing, really helpful to me

  • @adamtaft8445
    @adamtaft8445 4 года назад

    How do you create a single dashboard from visualizations across multiple workspaces? I have a finance GL workspace and a Marketing workspace and now I want a dashboard that the CFO can see visualizations from both.

  • @arunsahoo1277
    @arunsahoo1277 4 года назад

    Thank you so much. This is exactly the solution I was looking for. After taking the steps that you mentioned here. I come to a stage where after expanding the table I have around 2Million rows in my table and I am not sure in how many pages it has spread across. There is an API call limitation of 500 calls per day. So, while loading the data to interface thousands of rows get loaded successfully and after some time getting an error message saying API call limit got over for the day. Is there any way to work around it or If you have any Videos or Blog posts please do suggest it.

  • @KalraJatin
    @KalraJatin 3 года назад

    Can I have the file used in this? Thanks

  • @sanjayshah5571
    @sanjayshah5571 3 года назад

    Can you share the data file the above videos?

  • @svitirur1665
    @svitirur1665 3 года назад

    where I can find the exercise file ?

  • @FRANKWHITE1996
    @FRANKWHITE1996 3 года назад

    Thanks for sharing! 👍

  • @AMITAS5
    @AMITAS5 5 лет назад +2

    Good scenarios

  • @nakirikantikiran
    @nakirikantikiran 3 года назад +1

    Hi, nice class , i am very happy if you share me data set you used in this demo, i will more help to me to practice in practical

  • @DeepakJaiswal-pg8zg
    @DeepakJaiswal-pg8zg 3 года назад

    Thank you. Its helpful.

  • @yashverma9443
    @yashverma9443 4 года назад

    can you please share all datasets you have used

  • @riazuddin7493
    @riazuddin7493 4 года назад

    Can Power BI help in comparing two months payroll by highlighting the difference in various components for employees who had different payment in both months.

    • @PragmaticWorks
      @PragmaticWorks  4 года назад

      Hi Riaz, getting a month over month difference is pretty easy with DAX and time intelligence. The current month payroll would simply be:
      Payroll = SUM('TableName'[PayrollAmount]).
      The prior Month Payroll would be something like:
      Prior Month Payroll =
      CALCULATE(
      [Payroll],
      DATEADD('DateTable'[DateColumn], -1, Month) )
      If you want to see the difference you could then create a third measure:
      Month over Month Diff = [Payroll] - [Prior Month Payroll]
      Hope this helps!

    • @riazuddin7493
      @riazuddin7493 4 года назад

      @@PragmaticWorks thank you for your reply however, what I actually wanted to ask is that lets assume that we have two components of salary i.e. Basic and Conveyance an employee receives USD 100 and 200 respectively for these two components in the month of April and the same employee receives USD 200 and 100 respectively for the same components in the month of May. Can Power BI DAX give me the information in another table under column Basic and Conveyance as 100 and -100 for the same employee? Please note that we have more than 14,000 employees and every month I have to identify the same by looking for the variance in payroll and identifying the staff who receive different payments as compared to last month. Thank you for your help!

    • @bram5782
      @bram5782 3 года назад

      @@riazuddin7493 If you grasp the solution from pragmatic works, your problem would be solved surprisingly. Getting stuck of having more than 1 table inside your pbix file? let the data modelling coming to play.

  • @waynethurman2144
    @waynethurman2144 3 года назад

    Excellent!

  • @toulasantha
    @toulasantha 4 года назад +1

    Great video 👍

    • @PragmaticWorks
      @PragmaticWorks  4 года назад +1

      Thanks. We are glad to hear that you liked the video. I am not sure if you know, but we offer many On-Demand Learning courses, such as, Power BI, Azure, SQL Server, Data Science, Business Intelligence and much more. You should check out our 7-day FREE trial: www.pragmaticworkstraining.com/trial-registration/?source=odl_youtubeorg - No credit card required and you will get instant access of all our courses.

    • @toulasantha
      @toulasantha 4 года назад +1

      Pragmatic Works Thanks mate. I will definitely check it out.

    • @PragmaticWorks
      @PragmaticWorks  4 года назад

      @@toulasantha Glad to help!

  • @harshalpatil2111
    @harshalpatil2111 3 года назад

    Very Nice thank you so much sir

  • @fanyntrmny8521
    @fanyntrmny8521 2 года назад +1

    Nice video 🥰🌹💞

  • @Kmsbi
    @Kmsbi 4 года назад +1

    Awesome very useful information :)

    • @PragmaticWorks
      @PragmaticWorks  4 года назад

      Thanks.. we are glad to hear that. I am not sure if you know, but we offer many On-Demand Learning courses, such as, Power BI, Azure, SQL Server, Data Science, Business Intelligence and much more. You should check out our FREE trial: www.pragmaticworkstraining.com/trial-registration/?source=odl_youtubeorg

  • @parameshtadari9245
    @parameshtadari9245 3 года назад

    Nice explanation

  • @curtismoxam5382
    @curtismoxam5382 4 года назад

    Thanks

  • @jideraheem3813
    @jideraheem3813 3 года назад

    Awwwmayzing presentation

  • @zobiakhan7531
    @zobiakhan7531 3 года назад

    19:15

  • @sandymaverick4702
    @sandymaverick4702 5 лет назад +3

    Awesome!!

  • @anilkumarkarimbanakkal5043
    @anilkumarkarimbanakkal5043 4 года назад +1

    Awesome

  • @dinethprabash1001
    @dinethprabash1001 4 года назад +1

    I have a question, wonder if you could help…
    Let's say I have a filter called FRUITS, of which I have currently selected BANANA, APPLE, MANGO
    I have created a measure called SELECTED FRUITS, in which I take fruits selected using CONCATENATEX
    then I put that measure to a CARD VISUAL; result is BANANA, APPLE, MANGO.
    I need to change this to BANANA, APPLE AND MANGO. (Basically, I need to add string “AND” before the last item selected. For an example if I select BANANA, APPLE, MANGO, AVOCADO, then CARD-VISUAL should say BANANA, APPLE, MANGO AND AVOCADO.
    Can you help? Thanks

    • @tigsik3128
      @tigsik3128 4 года назад

      Try this community.powerbi.com/t5/Desktop/Card-visual-with-multiple-selection-slicer/td-p/678090

  • @philiphibberd9490
    @philiphibberd9490 Год назад

    Great video but can someone save up and get Devin a mic?

  • @manikantaswamipolnati501
    @manikantaswamipolnati501 3 года назад

    Can you send me datasets??

  • @nilavnayan4521
    @nilavnayan4521 3 года назад +1

    Please share the dataset, else all goes in vain for learners. Thanks.

  • @phoenixcontrolsystems
    @phoenixcontrolsystems 5 лет назад

    half of the presentation is blurred. Funny enough the most interesting part.

    • @RH-nk7eo
      @RH-nk7eo 5 лет назад +5

      Check your internet connection. Nothing wrong with the video at all.