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
Table visualization report with 3 sets of data.
Filtered SalesDate column with filter type: Top N, Top 1. So it always shows the latest days data.
For example data goes from 01.jan - today. Filter shows only 23.04 ( latest data was yesterdays data ) but now I need a way to be able to click through days with a button, like back and forth button adding or subtracting 1 day at a time.
I looked into bookmarks but since my default view is changeing everyday I dont know how set filter to show data 2 days ago. I tried looking into DAX to somehow show the default data -1 day but couldn't find anything helpful.
Solved! Go to Solution.
Hi @Anonymous ,
Can you please explain your issue in detail by sharing some screenshots and smaple data?
Thanks,
Pragati
Table that shows looks something like this: ( data showing managed by filter - 23.04.2020 )
| data1 | 521512 | 51252155 | 7753223 |
| data2 | 989124 | 79151008 | 7693263 |
| data3 | 852185 | 59128521 | 0521585 |
| data4 | 592152 | 58258581 | 8558215 |
Date table with values ( not shown on the table visualization like above but used as a filter )
| 20200424 |
| 20200423 |
| 20200422 |
| 20200421 |
Filtered like this: ( this filter gives me the results in 23.04.2020 )
Now I need a button idealy like this:
[<-] back 1 day button
[->] forward 1 day button.
Default view should always show the data like in the filter ( latest days data ) like it is now.
Need a back button when pressed it would go back 1 day and show data in 22.04.2020. Click it 1 more time it shows 21.04.2020 data etc. I can not make a new bookmark and have it show 22.04.2020 data in Basic filtering because it would work today but tomorrow is a new day and then it would still bring back to 22.04.2020 but for tomorrow it should bring back to 23.04.2020.
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.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 22 | |
| 10 | |
| 10 | |
| 7 | |
| 5 |