How to create a slick way to adjust your Power BI visual

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

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

  • @michaeltenner7044
    @michaeltenner7044 หลายเดือนก่อน +42

    i started with bookmarks , but now i am using field parameter for this to switch, in my opinion it is a bit easier to maintain

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

      Came to say this. I used this before, but currently, field parameters do it in a second. Why torture yourself. :) However, for people who have a lot of time to deal with the design of reports, this way, you have way more chances to make it look prettier. But most of us don't have that luxury much. :)

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

      i was also thinking the same filed parameters are just 2 clicks away

    • @omer1712
      @omer1712 หลายเดือนก่อน +2

      Field parameter's don't allow you to sort

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

      @@omer1712 True, but there is a trick. You can add custom sorting measure to the vizualization in tooltip field. Then you can sort it regardless of field parameter selection

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

      @@omer1712 you can sort field paramenter, change the index manually in the dax code
      You can even add another key, link it to another field parameter (with the mathcing key), and now, one fiedl parameter slices another....magic

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

    Field parameters is the right way to achieve this , I used to follow this sometimes back

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

    Using bookmarks like this feels like I've went back 3 years. Some funky measures and a field parameter would get this done a lot simpler imo.

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

      Any example?

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

      @@Luggruff go check field paramenter, and see for yourself

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

    The underlining thing blew my mind. Totally did not see that coming!

  • @user-vu6ge1ev5y
    @user-vu6ge1ev5y หลายเดือนก่อน

    Cool idea with the underline!

  • @ali.jawwad
    @ali.jawwad หลายเดือนก่อน

    Really helpful. Thanks for this.

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

    That's hella slick on the underline trick!

  • @pawewrona9749
    @pawewrona9749 หลายเดือนก่อน +2

    Bookmarks approach would much better to change the type of visual. Honestly, for this use case I would use Field Parameters + New Button Slicer.

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

    Very cool. I'm going to try to use it in one of my visuals

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

    Done something similar to show shadows. Very slick indeed.

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

    Thanks a lot. Even if I learn a little (or a lot) that's a time well invested. Thanks for the underline trick, it was quite simple and cool.

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

    This is so cool!!!

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

    Today I have got the same requirement
    I am breaking my head to implement this but your video helps me a lot 😊

  • @ChrisStewart-mn5wm
    @ChrisStewart-mn5wm หลายเดือนก่อน +1

    Nice video. I have a suggestion that might make a good piece of discovery work / a video people would appreciate. Paginated reports don't get a lot of love but are incredibly useful. My biggest gripe with them is the inability to set "optional" report filter parameters without the need for separate queries for each. I have 100 parameters my users may need to use "sometimes" to wean them off our older reporting tools but this is what is keeping them out of power bi and I'm not clever enough to have worked out a viable solution... are you?

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

    I feel like this would break real fast in a real environment where visuals change all the time

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

    Been doin this underline trick since 2019

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

    Very nice

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

    Could we do the same thing with field parameters?

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

    Any idea how to create categorical hierarchy that he used?

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

      @prasanth1788 if you right click on a field or drag and drop it on another field I believe it creates one

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

      Right click a filed and select create hierarchy. Once create you can add other fields in order to that hierarchy by again right clicking, add to hierarchy.

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

      @@eriknegron1047 thanks buddy this worked.

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

    Even the underline trick can be done with the new slicer visual....the bookmark ideia is just a good way to make it hard for yourself... I'm sorry but this video is waaay outdated and is missleading for people

  • @PranayPawar1991
    @PranayPawar1991 หลายเดือนก่อน +2

    This is nice but I somehow feel like your content is getting repetitive and not much exciting.
    Another workaround technique.
    With too many options and functions, Power BI is getting slower and slower.
    Imagine the same technique I need to implement for all 30 visuals in a report.
    Client doesn't see the performance issue until it's scaled up to large extent.
    Can you create some videos on optimization of huge power bi report end to end.
    Including data cleaning, data modeling and data visualisations.
    Thank you