Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
We are using Slicer in Power BI Desktop. The data source for the slicer is a list of existing builds, which is updated from time to time.
The user want the slicer to always select latest 3 builds as default.
Is there any way we can accomplish this?
Thanks,
Di
Solved! Go to Solution.
Hi,
According to your description, i think you can not set default select for slicer, but i have a workaround.
Here is my test sample in SQL Server:
Then add an index column in Query Editor.
After Apply&Close, add this index as a filter to the table visual, it shows:
When i add data in SQL Server:
Click Refresh function in Power BI Destop, it shows the latest three rows:
If you want to filter other data, you can still use slicer after removing this Index filter.
Hope this helps.
Best Regards,
Giotto Zhi
Hi,
According to your description, i think you can not set default select for slicer, but i have a workaround.
Here is my test sample in SQL Server:
Then add an index column in Query Editor.
After Apply&Close, add this index as a filter to the table visual, it shows:
When i add data in SQL Server:
Click Refresh function in Power BI Destop, it shows the latest three rows:
If you want to filter other data, you can still use slicer after removing this Index filter.
Hope this helps.
Best Regards,
Giotto Zhi
Well, perhaps create a Top N filter by Date or maybe create a column that does a RANKX by Date and then just filter to 1,2,3
I am not sure if I get you correctly, are you saying to show top 3 only? We still need to show the whole list of builds for user to select.
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.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 68 | |
| 31 | |
| 27 | |
| 24 |