The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
i have chart based on the month wise . my slicer month wise data
week date (table name -> Date PA)
after added outbound text in
Week (table name -> Date PA)
my slicer looks like
my column chart looks like
if i select july month slicer july month should be hide and also previous 3 month only visible . i have tired below code
Hi @Anonymous .
As far as I understood from your problem, I think you need to show previous 3 months data expect the current selected month.
You can use the below measure;
User | Count |
---|---|
10 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
21 | |
14 | |
14 | |
9 | |
7 |