Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi Power BI Experts,
Currently, Is it possible to set default selection for a slicer based on the other field. As i know the slicer can keep the selections that you made last time you view the report, when you open it next time, it shows the same selections.
From the below table i want the status Jan. Cycle in slicer based on the Flag True, when i open the report, it might be change in future if the backend data change the status filter will also change based on the Flag "True" condition. Is it possible?
Status Flag
Sep. Cycle False
Dec. Cycle False
Jan. Cycle True
@prakash11440278
You can just use the ISFILTERED() function. Every time you open the report, the slicer will be unselected but the visual is filter to the "Current Cycle".
Please refer to:
Solved: How to set a default slicer value? - Microsoft Power BI Community
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
@prakash11440278 , As far as I know, no.
As of now, you have to try like
Switch( True() ,
[Flag] = true(), "Current Cycle",
[Status]
)
Hi @amitchandak ,
Thanks a lot for your reply.
The Current cycle text data should show only for current year selection and for previous years it should show the same status as mentioned above. How to acheive this?
HI @amitchandak ,
Thanks for your reply.
I have created a new column but how i need to show the column as default slicer "Current Cycle" when i open the report?
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 52 | |
| 38 | |
| 37 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 67 | |
| 34 | |
| 32 | |
| 29 |