Visualizing Status Tracking Data in Power BI

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

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

  • @Aquaelus
    @Aquaelus ปีที่แล้ว +45

    *Bas, your creativity knows no bounds; I'm continually amazed at the limitless possibilities you bring to life.*

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

      Totally agree 👍👍👍

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

      thank you for the kind words - so nice to hear 😊

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

      Completely agree 👍

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

      I had been appraised from my management using your dashboard design ideas
      Cool

  • @madluke7897
    @madluke7897 ปีที่แล้ว +14

    Great video, as always!
    Tip: if you create the disconnected table with curly brackets via DAX expression, you can use the normal sort by function in the column settings.
    CurlyTable =
    {
    ("Ordered",1),
    ("Shipped",2),
    ("Delivered",3)
    }
    will give you the table; the columns can then simply be renamed afterward.

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

      thank you! didnt know 😁

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

    I am sending a petition to Microsoft let’s change the name from PowerBI to BasBI lol you are a master of your trade, thank you I needed this.

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

      haha I like that Idea ,.. can you also ask if they change the logo to my youtube pic 😂

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

    I switched companies about a year ago and they only used tableau. I missed all your videos because you helped me shine like a rockstar! Now that company is moving back over to PowerBi. Time to binge? Most likely!

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

      tableau is also nice though, why does the company switch?

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

      @@HowtoPowerBI I got a promotion and different teams. I’m sure people will still use both but Power Bi excels at matrixes which many of my reports utilize. Or should say use to utilize.

  • @amorimxv
    @amorimxv ปีที่แล้ว +5

    Visually minimalist, but very efficient and intuitive. Very good!

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

    Bas, I made it. Thank you for this new visualization. I want to show you what I did but I can't paste it here. This is really amazing to use.

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

    please continue to keep making videos! I love the real life application you provide with these builds.

  • @gustavopedrazzini5110
    @gustavopedrazzini5110 10 หลายเดือนก่อน +3

    Hi Bas, thanks for your content.
    I have a problem with the Dummy Line Highligth metric because in the line chart it only shows me the marker where the data is located, and not the whole line as in your video. Do you know what it could be?
    Regards

    • @zoewebb8060
      @zoewebb8060 7 หลายเดือนก่อน

      Any luck fixing this? I’m having the same problem…

    • @myskr-ds6qk
      @myskr-ds6qk 6 หลายเดือนก่อน

      @@zoewebb8060 same problem huhu

  • @MelBoulds
    @MelBoulds 9 หลายเดือนก่อน +6

    Another great visual built using native visuals. I can't get the highlight to equal 1 for previous stages in the order though, only the current status is calculated as 1.
    Processing Highlight =
    VAR _SelectedStatus = SELECTEDVALUE('Sales Order Lines'[StatusIndex])
    VAR _SelectedStatusNr =
    CALCULATE(
    MAX('Processing Status'[Order]),
    'Processing Status'[StatusIndex] = _SelectedStatus
    )
    VAR _Result =
    IF(
    SELECTEDVALUE('Processing Status'[Order])

    • @omarhadidy4968
      @omarhadidy4968 7 หลายเดือนก่อน

      Did you find a solution to that problem ? I have the same issue

    • @adsomvieira7331
      @adsomvieira7331 7 หลายเดือนก่อน

      I also have this problem, has anyone managed it?

    • @victordelima7789
      @victordelima7789 7 หลายเดือนก่อน +8

      I had the same issue, but I solve it using a FILTER+ALL in CALCULATE measure.
      CALCULATE(
      MAX('Processing Status'[Order]),
      FILTER(ALL('Processing Status'),
      'Processing Status'[StatusIndex] = _SelectedStatus
      ))
      Now, we can see all status no matter what.
      ;)

    • @MelBoulds
      @MelBoulds 7 หลายเดือนก่อน

      @@victordelima7789 Thanks for your reply. I applied your DAX logic and it solved the issue I had. 👍🏼

    • @AlejandroGonzalez-vk1zz
      @AlejandroGonzalez-vk1zz 5 หลายเดือนก่อน

      @@victordelima7789 Thanks for share

  • @ErghePoston
    @ErghePoston 11 หลายเดือนก่อน +1

    Hey Bas, great video as always!
    I have a huge issue that seems evasive in Power BI... Change data capture, or showing new/changed records since last refresh. Think that would be a worthwhile video? Seems like something most of us could use. Thank you for all your help!

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

    Your teaching is great, thank you very much for this new knowledge.

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

    At the end, I was a WOWWW. Thanks, such an amazing creativity

  • @edinsoncardenas8730
    @edinsoncardenas8730 9 หลายเดือนก่อน +3

    Thanks a lot, But I have a problem,my "dummy highlighted"
    don't choose all the stage, it's just choosing a one. Forexample: Only Delivered is highlighted, not the first,second and third.

    • @ghnwgfghnb
      @ghnwgfghnb 8 หลายเดือนก่อน

      I have the same issue

    • @chirag_vesra
      @chirag_vesra 27 วันที่ผ่านมา

      I have same issue and also delivery status is not showing line wise

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

    @1:38 New to DAX, I copied this word for work when creating a new table and received:
    “Column “Shipment Status” in table ‘Status’ cannot be found or may not be used in this expression.
    Any help?

  • @tovam9817
    @tovam9817 7 หลายเดือนก่อน

    Great video thanks! For some reason when I use a legned, the lines disapper between the diffarent categories, any idea why?

  • @EthanDu-b9y
    @EthanDu-b9y ปีที่แล้ว +1

    Hi Bas, your video was especially helpful for my task. I am having trouble with the color of the line highlight. Currently only the marker shows a different color and not the line before it. My visual looks like a grey line with grey markers and if the value was in the second position (sent) only that maker is blue. the line to the left of that marker looks grey still. If anyone can please help I would greatly appreciate it

    • @ghnwgfghnb
      @ghnwgfghnb 8 หลายเดือนก่อน

      I have the same issue. And i see here a lot of people are facing the same problem. Were you able to solve it?

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

    Hi, how could I create the same graphic with the flags?

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

    Hi Bas wonderful work ! I learned a lot.
    One small improvement can be done is that you either don’t show the check mark on the order status that is not achieved yet or show another check mark that means not done !

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

      yea initially build it of a real example from a web store.. maybe better to have a different icon there

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

    Need a video on a time tracker like this. For example: estimate completion date and today’s date
    Btw thank you very much these videos are amazing

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

      like a gantt?

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

      Maybe one progress bar with runs as a timer (but for date) no need to change the data, it just adjusts with today's date @@HowtoPowerBI

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

    Very nice, but limited to the icons and emotics, but can it be done with PNG (base64 encoded) ?

  • @perryagyemang9369
    @perryagyemang9369 3 หลายเดือนก่อน

    How did you get the cards to display the other information on the ID?

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

    Love it as always ! Thank you from France 🙏

  • @niklass2374
    @niklass2374 8 หลายเดือนก่อน

    Great video, I particularly liked all the small formatting details. There is one detail that bugs me though. When one hover over the visual it says dummy this and dummy that. Would a custom tooltip be the best option here?

    • @HowtoPowerBI
      @HowtoPowerBI  8 หลายเดือนก่อน

      Yes go for a custom tooltip :)

  • @timazarj9416
    @timazarj9416 7 หลายเดือนก่อน

    Great as usual!
    Like to have a same tracking for client retention for membership, show the date that client renewed their membership as lable

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

    I would like to implement in my recruiting dashboard. This will be a great insight.

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

    Excellent video😍🤩 I wanted to make a request that there is a new feature that came in AWS i.e. AWS QUICKSIGHT which is also a data visualization tool . My kind request if you could make such innovative videos of how we can make the same visualizations in AWS QUICKSIGHT TOO

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

    Thanks for this amzing video.
    I would like to have the complete video which explains how the other elements in the report were created, in order to practice and develope ideas.
    Thanks.

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

      check the file (see download in description)

  • @julieperron-rk5ys
    @julieperron-rk5ys ปีที่แล้ว

    Love seeing your new content. I will definitely use this in my work. Cant wait for the next amazing video.

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

    Incredible. Just incredible. BAU with your videos.

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

    Really it is amazing , all your designs are amazing and out of box thanks man

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

    Coolest hack I have seen in long while.

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

    Several days ago I thought I would like a tracker in my report. Just like that you post this video. Thank you! One issue I am having is I only highlight the max status not the previous steps. When I replace the VAR _nr with a number like 3 it works. When I use the VAR it only highlights the max status.

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

      I had to create a measure calculate table of the order column to get the data to drop into the tooltip. Then sort by tooltip. If I sorted the status table in any way it only displayed the current step and not the previous.

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

      Will you please share your solution here, I am facing similar issue@@davidmoe4167

    • @nobackwheel
      @nobackwheel 11 หลายเดือนก่อน +1

      @davidmoe4167 I also get this - did you work out the solution? VAR _NR is correct, but it doesn't work??

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

      I had to create a measure calculate table of the order column to get the data to drop into the tooltip

    • @myskr-ds6qk
      @myskr-ds6qk 6 หลายเดือนก่อน

      @@davidmoe4167 how to do that? Can u paste the simple code for that?

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

    Great video
    I am unable to add order in tooltip. Please advice

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

      thanks! not sure why you cant 😯

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

    You are incredible! This helped me a lot! Thank you so much for sharing your knowledge this way!

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

    Really great job! Congrats! Tks for sharing.

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

    another feather in the cap BAS, thank you for sharing

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

      thank you for watching and because of you I now know what another feather in the cap means 😅😁

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

    Great Tutorial Bas, Are you using the latest PowerBI version for this? Let me know before I give it a go. Thanks!

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

      Time of recording was october so that is the version used in the video :)

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

    omg... this uber incredible. top design and idea. i am sorry but will be copying!

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

      have fun implementing 😉

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

    Hi, I enjoy watching your Power BI tutorial videos and find them very impressive. I'm looking for a shipment video tutorial, but I couldn't find it on your TH-cam channel. Where can I find a shipment tutorial video?

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

      got a lot of videos on visuals that can be used for shipping, but not necessarily with a logistics application

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

      @@HowtoPowerBI thankyou for your response, Bas! How do I connect the shipment ID with its status?

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

    Can we add custom icons instead of checkmark?

  • @juergh.hilgarth834
    @juergh.hilgarth834 ปีที่แล้ว

    Danke!

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

      Thanks a lot for the support:):)

  • @VarshithaV-x3p
    @VarshithaV-x3p 3 หลายเดือนก่อน

    Hello Bas,
    Great Video
    also could you please share the data set used in this !

  • @AlbertCat
    @AlbertCat 4 หลายเดือนก่อน

    Bas, How could we make each step (circle) have a different color?

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

    Great job! You have demonstrated a very interesting use case and shown great creativity. Well done and congratulations! :)

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

    Thank you Bas for this great lesson again!
    If you want to put the date on top of each round, can you do it with an additional measure?
    Thank you anyway!

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

      I tried but I did get it, impossible to put the shipment Date on top! Which measure should I use ? Thanks for your great job and support!

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

    Brilliant solution as usual!

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

    Nice clean design

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

    Always a head turner visualization tutorial

  • @satyawannishadms-powerplat6938
    @satyawannishadms-powerplat6938 ปีที่แล้ว

    Tremendous, loved to learn from you.

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

    Great one. Creating complicated Dax formula would affect the performance. So is it ok to convert the data structure as per our need with python then put it inside the data model will not affect the performance. Correct me if am wrong

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

      you will need a bit of dax though :) , even if it is a simple sum. It can make sense to precalculate parts in a calculated column/table to have a less complex / faster measure

  • @Westclox771
    @Westclox771 3 หลายเดือนก่อน

    I followed the instructions and everything turned out awesome except the ✔ shows as ✔ Is there something I missed?

  • @Rajeshkumar-f1f3z
    @Rajeshkumar-f1f3z ปีที่แล้ว

    Hi Bas, is it possible to make a web service monitoring dashboard in power bi? Like showing the status of each selected service if its up or down as a graph within the selected range of time.

  • @Boopathy-xv2ti
    @Boopathy-xv2ti ปีที่แล้ว

    Can someone explain the last part (if condition) of the demo line Highlighy measure.

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

    Great idea from simple line visual that what makes it much more good content.
    And one request from my side can you make short on how made that map to change according to the filter is it img url

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

      you can already check the file (see download link in description)

  • @ricardocontreras
    @ricardocontreras 6 วันที่ผ่านมา

    Thx Bas...regards from Ecuador

    • @HowtoPowerBI
      @HowtoPowerBI  4 วันที่ผ่านมา +1

      Hi from Germany!

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

    Have been looking on how to achieve this....🎉🎉🎉

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

    Super interesting video! Where can I see or download the sample data used in the video??

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

      download link is in the description of the video

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

    Hi Bas, please share the data in csv or xlsx format. I want to try this dashboard at my own. 🙂

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

    Amazing job. Thanks for sharing with us

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

    Love the content 👌...
    Thanks for sharing 👍

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

    Excellent Video!! Do you think it is possible to create a flow chart with this approach? Because the free options in PBI marketplace are quite poor. Thanks for all the knowledge you share 🙌

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

    Is it possible to create a weather application using Power BI ?

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

      pretty sure that's possible.. easier ask alexa though :p

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

    Wht a brilliant man. Thank you❤

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

    Many Thanks for the video. I am beginner in Power BI. This has helped me a lot.
    One problem I am facing, I am able to get the status but my line graph is not getting filled up till the status.
    It just Fills the color of the MARKER., does not fill the entire line.
    I already have spent 2 hours trying to figure it out. Kindly help !!

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

      I got the same issue. Have you found how to fix?

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

      Same here, you figure it out?

    • @ghnwgfghnb
      @ghnwgfghnb 8 หลายเดือนก่อน

      I am facing the same issue

    • @myskr-ds6qk
      @myskr-ds6qk 6 หลายเดือนก่อน

      FACING THE SAME ISSUE, SOMEONE PLS HELP

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

    You really excelled in this video, but we need other cases of such a wonderful example. Frankly, I did the same idea, but the example is different and in a different, more complex way.
    Can I show you my work and you can give me your opinion?👍

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

      sure, reality usually is a bit more complex ;) .. where did the extra complexity come from?

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

    This is a great idea and I tried to do this to display projects progression through project stages but unfortunately it showed every project as the last stage and I couldn’t fix it. Any wizards got ideas why it would do that?

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

      maybe cross check with the file from the video? (see download link in description)

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

      done and fixed =) thank you!
      @@HowtoPowerBI

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

    Hi can you please create any visual to show time and date in x&y axis

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

      dates on y axis ? .. why would you want that?

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

    Dataset for practice BAS please , Btw awesome innovative work👏

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

      See description

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

    Thanks for the video. In my own case i have 17 different client with different deal status stages, the disconnected table i created has all the different stages for all client so after adding the measure only the current stage was highlighted but i still have all the stages for all client making my x axis look rough. Is there a way that upon selecting a client name from my main data table let only the stages for that client from the disconnected table be visible?

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

      you could write a filter measure and use that as a visual level filter to get rid of the stage that do not apply for a certain client

  • @martin-i5l
    @martin-i5l ปีที่แล้ว

    Is there any way to integrate chat gpt in our power bi report ?

  • @smithabogar7422
    @smithabogar7422 3 หลายเดือนก่อน

    Guys it works only when you change selected number dax from status table to main table( add order column in the main table )

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

    Amazing Bas 🔥 you re a Power bi wizard

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

    Hi Bas, why when we use the IF statement into the Dummy Line Highlight the X shows only the status until the ID selected and when we just pass [Dummy] without the IF statement the graph show all status?
    Why this happen?

    • @HowtoPowerBI
      @HowtoPowerBI  11 หลายเดือนก่อน +1

      the dummy returns 1 for each available status (the gray line and markers). the highlight measure overlaps the dummy one and because its if statement only returns a 1 for each status below the current status of the order, it shows up in a different color :) hope that helps

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

      @@HowtoPowerBI Thank You!

  • @filipef.6304
    @filipef.6304 ปีที่แล้ว +1

    Hey Bas, that was an AMAZING video, well done. Creativity jumped on a totally new level! :)
    But I have a serious question. I work as a Power BI developer, but this outcome made me confused. So, let's dive into:
    So I decided to recreate your solution. First, I created manually a "Shipment Data" with two columns -> Shiment Order and Shipment Status (no suprise). Then, I created a second table '"Status" with two columns (very important to note: I manually entered both columns).
    Then I started to built the chart. I put a dummy measure to create a line + Status Name on Y axis. Worked perfectly! Then I created a "Dummy Line Highlight" measure. And the magic happend.
    When I dropped "Dummy Line Highlight" measure on a chart only markers were colored (depending on status of course). Line remained grey does not matter what status of order was.
    I was thinking what I am doing wrong... I spent 30 min to figure out but I gave up and started everything from scratch. I decided to follow you as close as possible.
    And what happend? When I got to the point when I gave up before it started to work! Lines also had the right colors. So, where was the catch ? (It's only my thought) ->"Status[Order]" column is a calculated column (SWITCH function used) in your solution however I inserted this column manually, and that was the reason why solution did not work... To be honest I don't know why it happend?
    Any thoughts? Your help is highly appreciated especially if everyone else in your channel would also like to replicate this solution.
    Many thanks and keep it up!

    • @filipef.6304
      @filipef.6304 ปีที่แล้ว +2

      I did a further analysis and what I noticed, your solution stops working when (colored line), when next to Status[order] column is the duplicated column but entered manually. Once I deleted this manual column solution began to work properly. Any ideas, why it happens ?😢

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

      This same thing is happening to me.

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

      Using SWITCH instead of Power Query fixed it for me too!

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

    Impressive, I’ll try in my projects

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

      awesome, have fun implementing it 👊😎

  • @myskr-ds6qk
    @myskr-ds6qk 6 หลายเดือนก่อน

    Why MAX function not working for me as it created 2 lines instead of one. now i have gray line & purple line

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

    your are excellent and very creative.

  • @iliasseberrami3990
    @iliasseberrami3990 7 หลายเดือนก่อน

    in the line chart when i choose a product it highlight the marker with a different color but the line stays gray

    • @myskr-ds6qk
      @myskr-ds6qk 6 หลายเดือนก่อน

      SAME PROBLEM

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

    I created similar example but it is highlighting only one status (latest) not all previous statuses , please advise how to fix

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

      Same here - did you work it out?

    • @zoewebb8060
      @zoewebb8060 7 หลายเดือนก่อน

      Any luck on fixing this issue?

    • @myskr-ds6qk
      @myskr-ds6qk 6 หลายเดือนก่อน

      ANY SOLUTION?

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

    "Why does the highlighting of metric values behave abnormally when I use an imported state dimension table? For instance, when in the second stage, it only highlights the corresponding second stage =dummy."

  • @habeebathabasumshaik5262
    @habeebathabasumshaik5262 7 หลายเดือนก่อน

    I've tried this tracker but my progress bar is only highlighting the current status and not highlighting the finished statuses. Would you mind helping me with my issue?

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

    Amazing🔥Thanks for sharing your magic 🪄 ideas 💡🤩

  • @aniketkengar3428
    @aniketkengar3428 3 หลายเดือนก่อน

    how can we use same stages verticaly

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

    Marvelous !! C9ngrat!! There is impossible to power BI?

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

    This is very handy thank you!

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

    Excellent custom visual 😊

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

      thx 😊 still a native visual though ;)

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

    Great work 👍👏

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

      thank you for watching!! 😊

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

    I wish sometimes Bas was my neighbor. My power bi skills would have be an absolute beast

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

      😂 I don't talk much about power bi with my neighbours to be honest .. just don't want you to get disappointed when you move into the house next to me 😉😁

  • @LJ-jd5yy
    @LJ-jd5yy ปีที่แล้ว

    That was AMAZING!!

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

    Great video as always, Bas!! Also, is your beard shorter? :)

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

      😅 yea slowly got shorter with every barber visit lol .. maybe i should grow it for christmas ;)

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

      @@HowtoPowerBI grow it back - the channel would not be the same without a proper beard :) Also, make more PowerApps videos, please!

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

    You are a inspiration

  • @zahir585
    @zahir585 7 หลายเดือนก่อน

    Brilliant ❤ thanks for sharing

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

    @HowtoPowerBI This is a great video, as always!😊
    I downloaded the PBIX file and played a bit with the visual. As the purpose was to show a status with no interaction, using embedded SVG in DAX could be a relevant case for this scenario. Thus, I was able to reproduce the same visual with more advanced features like different circle sizing and checking only the right status. Watching your videos inspires me a lot in my Power BI developement.
    Again, thanks a lot for sharing your valuable knowledge. I really appreciated it
    Keep it up!!

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

    There is only word to say, W O N D E R F U L

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

    In my opinion, the checkmark measure should return an empty string for the non completed stages.

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

      yea, was thinking about that one as well. I believe the web store I based it on had it like this - but its an easy edit

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

    Great Video, I modified the formula to work for my use case however it is still very close to the original but I get a 1 for every status but the actual status of the shipment. Which makes the visual look a bit odd and I can't figure out why. Anyone got an idea? Dummy Line Highlight =
    VAR _Selected_Status = SELECTEDVALUE(Seafreight[Status])
    VAR _Selected_Status_Nr =
    CALCULATE(
    Max(Code[Order]), Code[Status] = _Selected_Status
    )
    VAR _Result =
    IF(
    SELECTEDVALUE(Seafreight[Status])

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

    Schitterend, zoals altijd!!

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

    why to use the "_" start with variable name in power bi🤔

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

      Makes it a bit easier when you are typing. You just enter a _ and it shows all defined variables

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

    Great stuff 👍

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

    I love it. Amazing!