cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
andy808
Frequent Visitor

How to get the dropdown orientation slicer setting style option for json theme

Hey there, with the new slicer settings - does anyone have the json file term to get the "dropdown" orientation (vs "vertical")?

 

Thanks!

2 ACCEPTED SOLUTIONS
v-yangliu-msft
Community Support
Community Support

Hi  @andy808 ,

 

After you click 'reset to default' in the format pane, you can try the following Json:

vyangliumsft_0-1675818402352.png

 

{

"name": "Custom Theme",

         "visualStyles": {

                 "slicer": {

              "*": {

                "data": [{

                                            "mode": "Dropdown"

                                                    }]

              }

        }

    }

}

 

There are also some related values:

  • "VerticalList"
  • "HorizontalList"
  • "Between"
  • "Before"
  • "After"
  • "Basic"
  • "Dropdown"
  • "Relative"
  • "Single"
  • "RelativeTime"

This is the related document, you can view this content:

Raporttiteemojen käyttäminen Power BI Desktopissa - Power BI | Microsoft Learn

Re: json Dropdown and basicShape functions fail - Microsoft Power BI Community

 

Best Regards,

Liu Yang

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

View solution in original post

Liu, amazing! I have been searching and searching for an answer and this worked!!

Thank you so much!!!

View solution in original post

3 REPLIES 3
andy808
Frequent Visitor

I have another challenge.

 

I created 2 measures:

# of Paid Days = CALCULATE(DISTINCTCOUNT(ASTimeEntry[TimeRecordedOnDate]),(FILTER('Date Table','Date Table'[IsWeekend] = False ))) + 0
 
Sum of Tracked Hours = SUM(ASTimeEntry[TrackedHours]) +0
 
To get a %, divided them:
Total Paid Hours % = [Sum of Tracked Hours] / [Total Paid Hours]
 
When I slice for 1 person it works (eg 100%). When I use it for the whole team (5 people) - it ADDS the %s (eg 500%). How do I average this %? Average FXN doesnt work, divide FXN by # of people doesnt work. Or is there a completely different formula I need to create?  HELP!
v-yangliu-msft
Community Support
Community Support

Hi  @andy808 ,

 

After you click 'reset to default' in the format pane, you can try the following Json:

vyangliumsft_0-1675818402352.png

 

{

"name": "Custom Theme",

         "visualStyles": {

                 "slicer": {

              "*": {

                "data": [{

                                            "mode": "Dropdown"

                                                    }]

              }

        }

    }

}

 

There are also some related values:

  • "VerticalList"
  • "HorizontalList"
  • "Between"
  • "Before"
  • "After"
  • "Basic"
  • "Dropdown"
  • "Relative"
  • "Single"
  • "RelativeTime"

This is the related document, you can view this content:

Raporttiteemojen käyttäminen Power BI Desktopissa - Power BI | Microsoft Learn

Re: json Dropdown and basicShape functions fail - Microsoft Power BI Community

 

Best Regards,

Liu Yang

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

Liu, amazing! I have been searching and searching for an answer and this worked!!

Thank you so much!!!

Helpful resources

Announcements
Vote for T-Shirt Design

Power BI T-Shirt Design Challenge 2023

Vote for your favorite t-shirt design now through March 28.

March 2023 Update3

Power BI March 2023 Update

Find out more about the March 2023 update.

March Events 2023A

March 2023 Events

Find out more about the online and in person events happening in March!

Top Solution Authors