Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Queries

I have a few challenges

1) When I click on date function the dashboard is refreshing. But is very hard to see refresh ( wheel) option. Is there any way to setup refresh option ICON much bigger?

2) The Date format in the slicer showing as 1/29/2020 though it set was "mm/dd/yyyy" format at the backend. How to cange date format in the slicer?

3) I have date slicer which should display default value( todays date) whenver report open up?

ja832153_0-1601502236693.png

4) How to do sorting for Drill Through values to inline with Tabs order?

 

Example: Tab1,Tab2,Tab3

when select drill through option - the values are shuffled

 

 

3 REPLIES 3
v-yingjl
Community Support
Community Support

Hi @Anonymous ,

If you've fixed the issue on your own please kindly share your solution. If the above posts help, please kindly mark it as a solution to help others find it more quickly. Thanks!


Best Regards,
Yingjie Li

v-yingjl
Community Support
Community Support

Hi @Anonymous ,

Sorry for replying late.

1) I'm afraid not, it is set by design in power bi and we could not change it manually.

2) The date format display in the slicer visual decided by the local client Regional settings. Please refer this issue: date format in slicer 

3) If it means dynamic slicer value, power bi could not support it currently, you can create an idea here, or you can refer these simliar issues:

4) You can vote for this idea: https://ideas.powerbi.com/ideas/idea/?ideaid=04ce5fcf-4fed-4a3e-9383-f1b529399a0e

 

Best Regards,
Yingjie Li

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Anonymous , I doubt 1 and 4 are possible.

 

for 2, you have change the date format at column level

 

For three you have create a column like this and use it as page-level filter

 

Date Name = Switch( True () ,
'Date'[Date]=TODAY(),"Today",
'Date'[Date]=TODAY()-1,"Yesterday",
'Date'[Date]=TODAY()-1,"Yesterday -1",
[Date]&"")

 

Sort this on the date column and use today as the filter

 

Data Format New Rib.png

 

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.