Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi Guys,
I have created a dashboard where the requirement was to display the last 12 months(using calculation item) on all visualizations after a refresh. I was able to implement the solution and it is working perfectly fine. My Dashboard also consists of a Date slicer which, when selected, the visuals are responsive. However, when the calculation item is set to the last 12 months, I see the last 12 months on all my visuals, but the date slicer wouldn't change. The Date slicer range is set for all time which is functional and I can change my date range accordingly. But when I select the 12 months Calculation item, the date range should be set to 12 months, and Functional to select dates prior to it.
I am trying to fix it, as it looks like a bug to the end user.
Hope I can get help and fix this issue.
@Monteiro8029 , Create a measure that can filter dates and use that visual level filter on date range slicer
In case you are looking for 12 month trend based on selected value. The slicer need to be on an indepedent table
//Date1 is independent Date table, Date is joined with Table
new measure =
var _max = maxx(allselected(Date1),Date1[Date])
var _min = eomonth(_max, -12) +1
return
calculate( sum(Table[Value]), filter('Date', 'Date'[Date] >=_min && 'Date'[Date] <=_max))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
144 | |
72 | |
63 | |
52 | |
49 |
User | Count |
---|---|
208 | |
91 | |
62 | |
59 | |
57 |