Hi Reid. I wasn't clear if the video already exists or not, but I'd love to see you demo the technique you were describing @1:04:11. Cheers
@HavensConsulting10 ай бұрын
This one one of them, using the field parameter order column as a key :) kzbin.info/www/bejne/gXiUhJJtd9Gkd7s
@arunwats8 күн бұрын
Thanks for this. I am displaying a table via drill through with set of limited columns. If a set of users login then I want to give them an option to select “limited/all” fields via field parameter else only limited option should be visible. how can I achieve.
@ThePilli4111 ай бұрын
Amazing video! just a quick shout out to both Nikola and Reid, below is the Treatas formula: Sel Value = VAR SelectedValue = SELECTCOLUMNS ( SUMMARIZE ( 'Param Treatas', 'Param Treatas'[Param Treatas], 'Param Treatas'[Param Treatas Fields] ), 'Param Treatas'[Param Treatas] ) RETURN "Selected value from FP is: " & IF ( COUNTROWS ( 'Param Treatas' ) = 1, MAX ( 'Param Treatas'[Param Treatas] ) ) // (COUNTROWS(_SelectedValue),_SelectedValue)
@carltonseymour86911 ай бұрын
Awesome examples showcasing Field Parameters
@HavensConsulting11 ай бұрын
Glad you liked it!
@carltonseymour86911 ай бұрын
I actually used in in a project and worked like MAGIC@@HavensConsulting
@scramiro111 ай бұрын
Can anybody point me to a video o blog explaining how to retain a hierarchy expanded when changing the selection of the field parameters.. I've read you can, but can't find the how to with details. Thanks
@HavensConsulting11 ай бұрын
That would be news to both Nikola and I. As neither of us has seen a way around this limitation. It was the topic of the field parameters vs calculation groups video I did a few weeks ago, and that having the hierarchy below a field parameter reset, because the structure of the query changes.
@muhammetmuslu442910 ай бұрын
I love field parameter more now.thank you
@HavensConsulting10 ай бұрын
Great to hear!
@LucaGanugi11 ай бұрын
Another great usage of field parameter is to let the user to customize ad hoc a matrix for example, just letting them to select what dimensions to see and in what order. If you multiselect some values inside the field parameter, those dimensions are displayed in the very same order as you click, letting to dinamically change grouping.
@HavensConsulting11 ай бұрын
Absolutely, it's essentially what I showcase in this video I released a few weeks back :) kzbin.info/www/bejne/oqqZZH5snp6ors0
@VijayYadav-tx6ft4 ай бұрын
Could you please me how can use multiple fields parameters with help of data modeling
@HavensConsulting4 ай бұрын
Hi there! Could you elaborate on your question? What do you mean by "using multiple field parameters"?
@powerbinareal8 ай бұрын
Urra!!!!!
@JBartlett_DMU7 ай бұрын
Hey Reid, I just found out that it's possible to create Field Parameters with a Tabular Editor script, so you're not limited to only creating them in Power BI Desktop anymore. GIAC did a video demonstrating the technique back in January, and it's called "Can you use Field Parameters with Direct Lake in Power BI?": kzbin.info/www/bejne/eZiZq4WerKtgiNE