Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
If you use the feature to create a field parameter it returns a table with columns Parameter, Parameter Fields, and Parameter Order.
"Order" is self explanatory but between "Parameter" and "Parameter Fields," what is the difference and should I direct report builders to one or the other?
In Data View "Fields" appears to be the fully-defined (table.column) equivalent of the "Parameter", but regardless of which I put in a visual the values and filter behavior seem to be the same, but both get the shorter "Parameter" label. So I'm guessing "Parameter Fields" is used internally and I can safely hide it. Is this correct or am I buying myself trouble?
Solved! Go to Solution.
The name in the parameter column will come, Other columns are hidden by default
Parameter = {
("State", NAMEOF('Geography'[State]), 0),
("City", NAMEOF('Geography'[City]), 1)
}
The name in the parameter column will come, Other columns are hidden by default
Parameter = {
("State", NAMEOF('Geography'[State]), 0),
("City", NAMEOF('Geography'[City]), 1)
}
They weren't hidden by default, perhaps this was a change with a newer version than what I have. The screen grab calrifies the intent though, thanks.
User | Count |
---|---|
123 | |
70 | |
67 | |
58 | |
53 |
User | Count |
---|---|
183 | |
92 | |
67 | |
62 | |
52 |