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.
I have two slicers one is month filter another one is no of month filter .if I select month filter march-22 and select no of month -2.I need jan-22,feb-22 in slicer.how to calculate ?
Solved! Go to Solution.
Hi @SuryaK ,
Try to create a new column on base table:
Month = MONTH('Date'[Date])-1
Output result:
Best Regards
Lucien
Hi @SuryaK ,
Try to create a new column on base table:
Month = MONTH('Date'[Date])-1
Output result:
Best Regards
Lucien
User | Count |
---|---|
121 | |
72 | |
71 | |
57 | |
50 |
User | Count |
---|---|
167 | |
83 | |
68 | |
65 | |
55 |