Dynamic Measure Names (Titles) using Field Parameters -

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 44

  • @pahadianalyst
    @pahadianalyst Před rokem +3

    This is the most elegant solution to the problem. Thank you so much!!!!!!

  • @rauljimenez5485
    @rauljimenez5485 Před 5 měsíci +1

    I agree with @pahadianalyst, this is by far the most elegant and simple solution I have seen for this issue!! Thank you very much for sharing!

  • @abdoulmoz
    @abdoulmoz Před 2 měsíci +1

    Thank you that was simple, Helpful and Informative. I would give you a hundred thumbs up if i could

  • @LauriLaitinen
    @LauriLaitinen Před 3 měsíci +1

    Ingenious and very helpful. Thank You!!!

  • @user-he6pf5ow6v
    @user-he6pf5ow6v Před rokem +1

    Great! This fixes a problem that we have had for a long time in one of our reports

  • @harkpun2831
    @harkpun2831 Před rokem

    Thank you Hari... I was exactly looking for this solution where I am stuck in my current project.

  • @ashokkumarpadmanabhan6483
    @ashokkumarpadmanabhan6483 Před 10 měsíci +1

    Excellent Video !!! Appreciated your effort of making video and sharing. Keep sharing more videos. I Learned new things today :)

  • @sedjackob
    @sedjackob Před 3 měsíci +1

    Thank you. This was very helpful

  • @nithinp3467
    @nithinp3467 Před rokem +1

    Excellent
    I am serching for this
    Thanks

  • @cleliorj
    @cleliorj Před rokem +1

    God Bless you

  • @Gtb42
    @Gtb42 Před 11 měsíci +1

    This has helped me a lot! Thank you!

  • @blackchiney2u
    @blackchiney2u Před rokem +2

    Thank you for this! Awesome!

  • @Rajuthunder
    @Rajuthunder Před 10 měsíci +1

    Very nice

  • @srinupampana3814
    @srinupampana3814 Před rokem +1

    Its excellent.Thanks Hari

    • @srinupampana3814
      @srinupampana3814 Před rokem

      Hi Hari, I am using this same approach to show MTD, QTD, YTD and variances.
      I am facing issue with the field Parameters when I change the logics to show them dynamically.
      Can you show them how to do them dynamically in Matrix?

    • @srinupampana3814
      @srinupampana3814 Před rokem

      How to contact you?

  • @Do_U_C_It_By_Supriya_Prasanna

    Thank you Genius 😊

  • @carlosgomez-df9cg
    @carlosgomez-df9cg Před rokem +2

    Hi Great video, thank you!.
    can it be modified to work with a slicer where i can select a specific month?. i am developing a PBI where the user can select a month and the report must show the last months of sales.

  • @Ethan-dd4ln
    @Ethan-dd4ln Před rokem +1

    Excellent video! Can you dynamically change them with a different field parameter value? I can’t seem to figure out how to reference a field parameter in custom columns

  • @hardeepcharak
    @hardeepcharak Před 8 měsíci

    Thanks Anna. That was useful, how we can bring Text from another selected field and not the date.

  • @leofang6366
    @leofang6366 Před rokem

    Hi Hari, Thank you for doing this. I wonder if I apply this method with a Year_Quarter column on the matrix, does
    this method still work?

  • @VoiceOfSpeed177
    @VoiceOfSpeed177 Před rokem +1

    Hey Hari,
    I am trying to do something similar to what you are showing in this video, but for whatever reasons its not working, can you take a look please
    Dynamic Header = {
    (FORMAT(TRIM(SELECTEDVALUE(Both_Sel_Years[Custom Year]))," ") & " Sales", NAMEOF('Key Measures'[DB - Sel Year Target]), 0),
    ("DB - Sel Year Touchpoints", NAMEOF('Key Measures'[DB - Sel Year Touchpoints]), 1),
    ("DB - Comp Year Target", NAMEOF('Key Measures'[DB - Comp Year Target]), 2),
    ("DB - Comp Year Touchpoints", NAMEOF('Key Measures'[DB - Comp Year Touchpoints]), 3)
    Above is code and i am trying to dynamically show the year selected on the slicer, and it only shows the hardcoded word "Sales" for me

    • @Tattysnuc
      @Tattysnuc Před 11 měsíci

      I have the same issue.
      I've replaced the original hardcoded name with SELECTEDVALUE(Table[Field]), but alas it still shows the original name "Measure(0)". Thought I'd found a way to dynamically rename measures, but alas not.

    • @BigDataSport
      @BigDataSport Před 6 měsíci

      same problem, not possible to change tityl based on a selected year from a slicer....
      @@Tattysnuc

  • @BigDataSport
    @BigDataSport Před 6 měsíci

    Is it possible instead of using for column title names, a slicer and change "column title names" based on slicer value, instead of today ? I tried using a measure but failed, doesn't get refreshed.
    I need dynamic columns ( first column of the field parameters table with names, changing with a slicer selection, first column of this table using a measure")
    Regards

  • @aliyanrazzaq7521
    @aliyanrazzaq7521 Před rokem +1

    Can we name headers based on user selected year from slicer?

  • @stephencross4978
    @stephencross4978 Před rokem +1

    Is this solution still working in the newer versions of PowerBi? I can't seem to find the field parametres

    • @HariBI
      @HariBI  Před rokem

      Yes.check under data modeling tab

  • @peterlin5827
    @peterlin5827 Před rokem +1

    Hi Hari, great video. In my report, I have user select a Slicer (ie: 2023-01, as in YYYY-MM), how do I use that in field parameters? I couldn't get it to work.

    • @HariBI
      @HariBI  Před rokem

      You mean how to get a value in field parameter table? If yes then year and month functuon can be used

    • @peterlin5827
      @peterlin5827 Před rokem +1

      @@HariBI HI Hari, thank you for the quick reply. My apologies I have not been able to reply as quickly.
      The suggestion didn't work. So, for example, instead of using today. If I have a Month Slicer (ie: 11/30/2022, 12/31/2022, 1/31/2023)
      If 1/31/2023 is selected, the measure will reflect 12/31/2022, 11/30/2022, because I can use calculate(sum(Sales),parallelperiod(date, -1, month)
      However, my header will not change dynamically when I select the slicer to 12/31/2022. I'm not sure if I'm being clear in my explanation. Hopefully you can provide an answer.

    • @HariBI
      @HariBI  Před rokem

      Ok if you have calculation based on any selected value then it won't work.

  • @saibharathi5960
    @saibharathi5960 Před rokem

    Hi Hari, thanks alot for the video
    But I want to change name in such a way that whatever month I select from my date slicer it should show previous month name and before previous month name of that selected month
    Please reply

    • @kurcel52
      @kurcel52 Před rokem

      I also need answer for this question.
      anything yet?

  • @user-ot7mh3uw3w
    @user-ot7mh3uw3w Před rokem

    Can you tell mw why when I try to do this, exactly they way you do, Power BI keeps crashing when I try to add the Dynamic Column to the Table. It asks me to report the 'Something Went Wrong' warning.

  • @rheiniousragland2346
    @rheiniousragland2346 Před 3 měsíci

    Need to create a new measure as database name which should be dynamic

  • @ashokkumarpadmanabhan6483
    @ashokkumarpadmanabhan6483 Před 9 měsíci

    bro - can you share source file and Power BI file for practice