This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
I need to publish the report to Service such that the default selection for Year and Quarter at slicer is the current Year and Quarter , I have created slicer using Year Hierarchy which includes Year and Quarter from a disconnected Date table.
Currently it is selecting all quarters of the current year (i.e, 2023) by default at slicer when published
Expected is to select just Q3 of 2023
Power BI has never really been able to handle dynamic default slicer selections natively. For your use case, I would recommend introducing some logic in the SQL or M that flags your desired parameters with something like "Current". Then, you can have "Current" as your saved value in the slicer and the logic in the backend is handling the dynamic component.
Hi @Rfingerhut
Could u pls elaborate more regarding this solution would be helpful if u can provide SQL or M code or any helpful link for the same
Thanks
One method could be dropping the "Q" from the quarter, or if you have another field that is just quarter number, then add that number to year. The max value of that column would then be set to "Current" and everything else is just the Quarter - Year value for the slicer. There may be better ways to handle this, but that's what comes to mind first.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 12 | |
| 11 | |
| 8 | |
| 7 | |
| 7 |
| User | Count |
|---|---|
| 35 | |
| 26 | |
| 25 | |
| 23 | |
| 22 |