Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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êsUser | Count |
---|---|
119 | |
78 | |
59 | |
52 | |
48 |
User | Count |
---|---|
171 | |
118 | |
60 | |
59 | |
54 |