Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi Experts !
Need your help. Indian financial year starts from Apr and end on March. From April_2023 new financial year has started. So what i want, when i will select financial year 2023-2024 & Month April in a Slicer then it should display
the data for previous year's 6 months i.e. October 2022-23 to current year's Month i.e. April_2023.There will be total 7 months data. Same should be apply for all the next months also,
means when i will select May then data should be display data from November 2022-23 to May 2023-24. In short it should apply all the next months also. This Slicer should filter all the visuals on my power bi desktop.
Please provide the solution. Hope you understand the problem. If i missed something pls let me know.
Thanks!!
@dkbr ,when you select one date and want to show data more than that. You need to have a slicer on an independent date table
//Date1 is independent Date table, Date is joined with Table
new measure =
var _max = maxx(allselected(Date1),Date1[Date])
var _min = eomonth(_max, -6) +1
return
calculate( sum(Table[Value]), filter('Date', 'Date'[Date] >=_min && 'Date'[Date] <=_max))
Need of an Independent Date Table:https://www.youtube.com/watch?v=44fGGmg9fHI
Hi @amitchandak, sorry for delay reply. I saw your video & that's great. But it will work for that specific visual only. I need a slicer for N months (same as which is in your video) and it should filter all the visuals on a page ( there are total 13 visuals on my page). Can you pls provide furthermore solution? Thanks!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 51 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 65 | |
| 39 | |
| 33 | |
| 23 |