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
I am trying to improve user experience by trying to make less clicks for users.
I have a bookmark that shows and hides a filter. However, is there a way for the slicer or shape to dynamically hide as soon as any filter value is selected ?
Solved! Go to Solution.
@vilenm , there few things like using transparent color with isfiltered. use on text, background font etc
if(isfiltered(Table[Column]), "#FFFFFF00", "#000000")
or
if(not isfiltered(Table[Column]), "#FFFFFF00", "#000000")
@vilenm , there few things like using transparent color with isfiltered. use on text, background font etc
if(isfiltered(Table[Column]), "#FFFFFF00", "#000000")
or
if(not isfiltered(Table[Column]), "#FFFFFF00", "#000000")
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
116 | |
82 | |
47 | |
42 | |
28 |
User | Count |
---|---|
184 | |
80 | |
72 | |
48 | |
45 |