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.
hiii guys
i want to call closed data
i have a column called call closed in that i only want to select march and april data put in the form of two buttons on my screen so that if i select march button my graph displays march data the same for the april button
below is my power bi file
Solved! Go to Solution.
A simple way to accomplish your requirement is downloading a custom visual called "Chiclet Slicer" then put your month column and from visual level filter option choose only March and April.
@Anonymous
Create a slicer using your month column and limit the selection to the months you need by selecting the slicer and checking the relevant months in the Filter Pane (basic selection option)
Proud to be a Super User!
Paul on Linkedin.
Hi @Anonymous ,
Please let us know if the methods above are helpful.
Best Regards,
Icey
A simple way to accomplish your requirement is downloading a custom visual called "Chiclet Slicer" then put your month column and from visual level filter option choose only March and April.
Hi @Anonymous
Create a measure
_month = FORMAT([DATE],"MMM")
now create a slicer and select Horizontal in Format.
You will get
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
User | Count |
---|---|
132 | |
74 | |
70 | |
58 | |
54 |
User | Count |
---|---|
192 | |
96 | |
67 | |
64 | |
54 |