Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi Guys,
When i select a value in the slicer the matrix should show that value only rest should be hided.
in this below image i have selected clicks clicks values are showing in the matrix and the other values impressions, sales and spend are showing blanks but my requirement is to hide these columns. Please help me on this thanks in advance.
Solved! Go to Solution.
Hi @Anonymous ,
How about show values of "Clicks", "Sales", "Spend", "Impressions" in one measure? And then the result will be what you want.
Best regards
Icey
If this post helps,then consider Accepting it as the solution to help other members find it faster.
Hi @Anonymous ,
How about show values of "Clicks", "Sales", "Spend", "Impressions" in one measure? And then the result will be what you want.
Best regards
Icey
If this post helps,then consider Accepting it as the solution to help other members find it faster.
Hi @Anonymous ,
What is the measure you are using for the metric picker?
For having a setup like this you need to have a disconnected table with the measures names that you use for your columns on the matrix and then a measure similar to this one:
MeasureSelection =
SWITCH(
SELECTEDVALUE(MeasuresTable[MeasureName]),
"Measure1", [Measure1],
"Measure2", [Measure2]
)
And use this measure has your values on the matrix.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português@MFelix It won't work for my requirement.
Similar formula only i have used to create the metricpicker.
And where are you getting the values for the slicer? Is it a disconnected table? Is it the same table?
Can you share how your model is setup?
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThis is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
75 | |
54 | |
37 | |
31 |
User | Count |
---|---|
99 | |
56 | |
50 | |
42 | |
40 |