Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
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
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
96 | |
91 | |
82 | |
69 |
User | Count |
---|---|
159 | |
125 | |
116 | |
111 | |
95 |