Mastering field parameters in Power BI | A practical and common use case

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 86

  • @JasonBeck-g1b
    @JasonBeck-g1b 2 місяці тому

    This is so good; saves having to create extra dim tables. THANK YOU!

  • @mounica80
    @mounica80 2 роки тому

    Thank you so much! I was struggling with the composite key error and your video solved my problem.

  • @ThreadRider
    @ThreadRider 2 роки тому

    Thanks Again Ruth! I really appreciate all you do for the Power BI community.

  • @arbazahmad7177
    @arbazahmad7177 Рік тому

    I was searching that how to do conditional formatting with field parameter. Then I find this video which is quite helpful.
    Thank you so much for this 🙂.

  • @antonycatella5901
    @antonycatella5901 2 роки тому

    Thanks Ruth. I have been trying to work out how to do the conditional formatting based on a column in the original dimension tables and this video gave me the final puzzle piece

  • @olgaitskova8542
    @olgaitskova8542 8 місяців тому

    Thank you so much Ruth, you saved my day!

  • @jafujafu7611
    @jafujafu7611 2 роки тому +1

    Thanks for posting this video. Your work is always appreciated in sharing your knowledge. Learning a lot from your videos and always looking forward to the next.

  • @pmenown
    @pmenown 2 роки тому

    Thanks Ruth, i couldn't find any other information available about how you implement Field parameters into DAX formula's only using them in slicers. I kept getting the same Composite key error you got at 6:36. This is going to reduce so many DAX formula's i've got for one report. Thank you very much!

  • @nightgoths
    @nightgoths 2 роки тому

    Hello! I just found your channel and it's incredible how well your explanation is and how simple you made it to solve these problems. Thank you for sharing your knowledge with us

  • @theexperienceof...5357
    @theexperienceof...5357 2 роки тому

    You saved me with this one! Thank you!!!

  • @SarahTran1240
    @SarahTran1240 3 місяці тому

    That's amazing. Your are a life saver.

  • @mabenba
    @mabenba 2 роки тому

    Nowadays everyone is talking about field parameters. Thanks for sharing this clarifying tutorial!

    • @CurbalEN
      @CurbalEN  2 роки тому +2

      You welcome , they are neat if used properly :)

  • @JohnOttoKnoke
    @JohnOttoKnoke 2 роки тому +2

    Wow! What a great video, Ruth. Saludos

    • @CurbalEN
      @CurbalEN  2 роки тому

      Muchas gracias y saludos!

  • @noahhadro8213
    @noahhadro8213 2 роки тому

    Love your videos. You can also add columns by updating the dax. For Example: ("Recruiter", NAMEOF(DIM_Primary_Recruiter[Primary Recruiter]), 36, "Req")...........This adds a fourth column. You may already know this.

    • @CurbalEN
      @CurbalEN  2 роки тому

      Didn’t know, thanks!!

  • @JOSERAULESQUIVELUGARTE
    @JOSERAULESQUIVELUGARTE 11 місяців тому

    So cool and easy to understand!

  • @joanneosborne2428
    @joanneosborne2428 2 роки тому

    They're almost as cool as you, Ruth. I love all your videos and this one doesn't disappoint. Thank you 😊

    • @CurbalEN
      @CurbalEN  2 роки тому

      Thank you Joanne ❤️!

  • @slasher4328
    @slasher4328 Рік тому

    That's really cool, you saved my day madam.

  • @juniorholder1230
    @juniorholder1230 2 роки тому

    Creative solution and extremely helpful!!

  • @lukaszjaniszewski2094
    @lukaszjaniszewski2094 2 роки тому

    Thanks for those tips. I am waiting for parameter that also can change type of visual, not only measure

    • @CurbalEN
      @CurbalEN  2 роки тому

      I think someone did that already but can’t remember who :(

  • @aleksvpYT
    @aleksvpYT Рік тому

    Great, video!!! Tks!!!

  • @cesarramos3569
    @cesarramos3569 2 роки тому

    Thanks Ruth! Very useful

  • @cathrerinezetadrones3169
    @cathrerinezetadrones3169 Рік тому

    Never long videos, keep going

  • @cristinaperez3449
    @cristinaperez3449 2 роки тому

    Wow, this video is a big help. THANKS!!!
    However, it might be possible to have at the same time a single matrix that displays all the metrics chosen from the parameters, but next displays a chart that show only one parameter is chosen(if it is more than one parameter brings message "Single selection required").
    I try something like this...But I see the parameter measure only can be limit in the Visualization>Visual>General >multiple selection.
    test.show_one_value=
    VAR Threshold_ = 2
    VAR Current_ = COUNT('Measures Slicer'[Measures Slicer])
    VAR logic_= Current_ < Threshold_
    VAR sss = SELECTEDVALUE ('Measures Slicer'[Measures Slicer], ERROR ( "Single selection required" ))
    RETURN
    if(logic_, sss ,ERROR ( "Single selection required" ))

  • @kisshor1000
    @kisshor1000 Рік тому +1

    Hello mam, hi dere, kisshor here frm india mumbai
    I loved to watch your videos its very helpful i m enjoying and wiating to learn new things.
    Mam is that slicer card and fied parameter both are same??
    What is diff between them..
    Pls ans.

  • @pedroaoc
    @pedroaoc 2 роки тому

    Thanks for the great video, Ruth.
    Is this method of using parameters better than using bookmarks to hide/show the visuals with different measures?

    • @CurbalEN
      @CurbalEN  2 роки тому +1

      Yes, less things to load and easier to maintain imo

    • @heniekheniek1781
      @heniekheniek1781 2 роки тому

      but you cannot control data sorting (users have to sort manually) which is annoying; with bookmarks you can save sorting on a chart

  • @skalsolutions
    @skalsolutions 2 роки тому

    Nice trick to conditional format!

  • @lso4jw251
    @lso4jw251 Рік тому

    I would like to see if you can used field parameters to show row data? Goal is to show and hide weekly breakdown for all columns applied, but I have 5 rows that need to stay visible.

  • @digdin12345
    @digdin12345 2 роки тому

    Thanks and great! , where can i download the pbix file ?

  • @iseydelmar
    @iseydelmar 2 роки тому

    EDIT: I found it, I just needed to enable the feature in the Options!
    Hi! As usual, thanks for all the quality content 😊 this channel really helped me professionally! Now, I have the June 22 version of Power BI and... somehow I cannot find the parameter dropdown as shown here (in the Modelling ribbon I only have the "What-if" parameter, which works quite differently as you can't really choose any field). Am I missing something? Was it moved or removed after May?

  • @marouaneabil4165
    @marouaneabil4165 2 роки тому

    Hello, Thanks for sharing, It's very interesting.
    I have a business need where I have multiples field parameters slicers (Activity, Product, Client, Date..).
    In the table I need to show only the columns which are selected in the slicer and not all the columns by default. For example if I have no column selected in the product slicer, the table doesn't have to show the product Columns.
    Do you have any idea about how I can achieve that?
    Thank you

  • @kajalsharma5889
    @kajalsharma5889 10 місяців тому

    Hi i always watch your videos and its easy to understand i want to learn more about parameters lets say i want to set a parameter for my one country and the basis of which i want to see sales amount for that particular country but the output which i am getting its showing me a blank table for other values. how to set parameters for country region and group

  • @connerkoski2183
    @connerkoski2183 2 роки тому +1

    great video! do you know how to maintain sorting on your parameter in a matrix when switching selections? For example I have a parameter switching between quantity purchased and purchase amount and want to sort largest to smallest. But when I change the parameter the sorting goes away

    • @CurbalEN
      @CurbalEN  2 роки тому +1

      Maybe it is not possible yet?

    • @heniekheniek1781
      @heniekheniek1781 2 роки тому

      exactly, why no one mentions this? users will have to sort each time they change a parameter...

    • @CurbalEN
      @CurbalEN  2 роки тому

      In the other visuals it is fine, maybe it is just the matrix? Haven’t tried field parameters there yet

  • @Truth-N-Lies
    @Truth-N-Lies 2 роки тому

    Hi, How to select values from, ie "VALUES(field parameter table[column])" for dynamic selection of columns from different table ?

  • @vaangovaangopakkurathukuva5916
    @vaangovaangopakkurathukuva5916 2 роки тому

    can we do the same without field parameters?
    if yes, can you share the link or article on it

  • @trentbrewer3336
    @trentbrewer3336 Рік тому

    Any ideas on how to retain the filtering across visualizations? When I implement this version with visualization that have different measures (let's say $ Sales and % Change vs. PY) and click on one of those measures, it filters other visual. It is the same in your PBI file as well.

  • @DavidPesante
    @DavidPesante 2 роки тому

    Do you have a video on how to use Field Parameters inside DAX... Specifically with DAX functions like "ALLSELECTED" and other dimension type functions.

  • @carlosalvarez-cascos5225
    @carlosalvarez-cascos5225 2 роки тому

    Hola Ruth,
    Thanks for your great explanation on advanced field parameters
    Still, I have an issue when I try to apply them to a small multiples chart showing the evolution of top performers countries by mesure, so I need the top on top.
    The report is a line chart with time in the x-axis, the measure in y-axes and country as small multiple category, every time slice it defaults to sort by country, I can only customize one case (it would be ideal it it could remember all!)
    Alguna pistalla?
    \carlos alvarez-cascos
    very clear

  • @gagansingh3481
    @gagansingh3481 Рік тому

    HI MAM COULD YOU PLEASE MAKE A VIDEO ON Market Basket Analysis ....

  • @angshukdutta9750
    @angshukdutta9750 2 роки тому

    Hi,
    We configured a stacked bar/column chart with dynamic x axis and legend with the help field parameters.
    Though in power bi service I am unable to export the data properly.only summarized export is available(with out any dimension).
    Could you please help.

  • @nachomiranda5151
    @nachomiranda5151 2 роки тому

    Hi Ruth,
    Thanks for the video
    Just one question. I´m wondering if it could be possible to use field parameters for selecting the field in a slicer instead of in a table, matrix, gfx
    The idea, just as an example, is to have a field parameter which values could be : years / quarters / months so if you select years, on the second slicer you will have the different years for your data but, if you select months, the second slicer will show the different months .
    It is, somehow, "to slice the field to be used in a second slicer". Any ideas on how to implement something similar to this, either with field parameteres or somehow else
    Many thanks in advance

    • @CurbalEN
      @CurbalEN  2 роки тому

      Hi Nacho,
      I show it in this video:
      m.ua-cam.com/video/5vLBnrPyPgc/v-deo.html

    • @nachomiranda5151
      @nachomiranda5151 2 роки тому

      Hi@@CurbalEN and thanks for the quick answer. I´ve already watch that great video and, in fact, that´s where my idea came from but, as far as I can undestand, it is a different case.
      If I correctly understood, in your video you have a limited number of fields that you can divide in two groups and that´s what first slicer does
      In my case I do not know how many values are on each field. For example, if I have this year data up to today, I have six different values on the months field, but next month, there will be seven ..
      What is driving me crazy is that it works (I see months values 1-6) if I visualize the field using a table, but it I use a slicer, I see the option "MONTHS" (the one selected on the first slicer) instead of the months values
      I´m sure there´s some critical concepts I´m not correctly understanding

    • @CurbalEN
      @CurbalEN  2 роки тому

      It sure I understand your requirement correctly, but if you connect the slicers on they are in the same table, won’t they filter each other ?

    • @nachomiranda5151
      @nachomiranda5151 2 роки тому

      Hi @@CurbalEN , yes they do.
      The problem is that, in the example in your video, the slicers do not show field values but field "names" while what I am looking for is to show field values on the second slicer.
      As a workaround what I am presently doing (but not satisfy) is to use a treemap visual with a measure=1 value and "slice" by selecting on that visual.
      Thanks

    • @CurbalEN
      @CurbalEN  2 роки тому

      I am not really understanding the use case, so my answers are not very useful, sorry!

  • @Theshashidharpatil
    @Theshashidharpatil 2 роки тому

    Hi Ruth,
    I am an avid watcher of your videos.
    You made a video some time ago that quoted an author about the importance of getting insights from the data. I think it was mentioned that we live in a data age and not an information age yet. We are constantly bombarded with data but we don't know what to do with it. Can you please link that video for me? I don't remember exactly which one of your videos had this quote. Thank you!

    • @CurbalEN
      @CurbalEN  2 роки тому

      Sure,
      I think it is this one:
      Will datamarts become the online version of Power BI Desktop?
      ua-cam.com/video/YiNhSm4yUvg/v-deo.html

    • @Theshashidharpatil
      @Theshashidharpatil 2 роки тому

      @@CurbalEN Thank you!

  • @lucaspessanhasantana5341
    @lucaspessanhasantana5341 2 роки тому

    What is the version that has this options? I'm running a version of January 2022 and I can't find it.

    • @xatifx
      @xatifx 2 роки тому

      I think it was made available in May version

  • @adnanmustafa73
    @adnanmustafa73 2 роки тому

    Can you show us how to pass the selected value of a slicer to the parameter of a stored procedure. I want the stored procedure to fetch only the data which the user selects in the slicer.

    • @CurbalEN
      @CurbalEN  2 роки тому

      I don’t know if that is possible

  • @Michael-mt6kx
    @Michael-mt6kx 2 роки тому

    Can we create a dropdown menu from these field parameters?

    • @CurbalEN
      @CurbalEN  2 роки тому

      Like a slicer?

    • @Michael-mt6kx
      @Michael-mt6kx 2 роки тому

      @@CurbalEN yes, but in a dropdown menu

    • @CurbalEN
      @CurbalEN  2 роки тому

      Yes, just change the slicer type :)

    • @Michael-mt6kx
      @Michael-mt6kx 2 роки тому

      @@CurbalEN could there be a reason why this is not working?

    • @CurbalEN
      @CurbalEN  2 роки тому +1

      Maybe the theme ? Change it to see if it works better

  • @tejasbrahmbatt5344
    @tejasbrahmbatt5344 2 роки тому

    Hi Curbal,
    My stakeholders want the x-axis to dynamically show Last 5 months, Last 5 Qtrs, Last 5 Years etc.
    I created new columns for each in the date table
    e.g. Last 5 Months column has Month names of latest 5 Months and rest values as BLANKS..
    I used the new field parameter to change the x-axis ..
    The only problem is how to hide the BLANKS..
    Please help..

  • @zoranagrkovic8796
    @zoranagrkovic8796 2 роки тому

    Do you know maybe when it will be general ? 😭😭😭😭

  • @oksanavorobiova8929
    @oksanavorobiova8929 2 роки тому

    Hi Ruth! I just started my Power BI path and like to watch your video, so easy to understand. I have a question, it's just a coincidence: yesterday I watched this yours video about change measures using slicer (posted 3 years ago) ua-cam.com/video/gYbGNeYD4OY/v-deo.html ) , is feature like 'Field parameters' replacing those video?

  • @jayantsharma3031
    @jayantsharma3031 2 роки тому

    Sorry to say but this seems more like a thinking-out-loud video than a well-thought through and polished one.

    • @CurbalEN
      @CurbalEN  2 роки тому +1

      It might seem that way, but there are many many hours spent on this video. Care to develop why you feel that way?

    • @antonycatella5901
      @antonycatella5901 2 роки тому

      Ruth as well as many other contributers to the community give up a lot of their time to produce content / videos for the community. Do you have a UA-cam channel to demonstrate what a 'well-thought through and polished video' is?

  • @datareggibi
    @datareggibi 2 роки тому

    awesome @curbal