早期个人项目,在融智融力完成,用于通过度量指定切片器的初始值
Go to file
2020-06-05 09:52:20 +08:00
assets Create project 2020-04-25 01:23:56 +08:00
src Cant solve bookmark, sync 2020-06-05 09:52:20 +08:00
style The single-dropdown work well 2020-05-02 00:02:18 +08:00
.gitignore The single-dropdown work well 2020-05-02 00:02:18 +08:00
capabilities.json Cant solve bookmark, sync 2020-06-05 09:52:20 +08:00
package-lock.json Add ReadMe.md; Compare jsonFilters to judge restore or common 2020-05-05 15:37:34 +08:00
package.json Add ReadMe.md; Compare jsonFilters to judge restore or common 2020-05-05 15:37:34 +08:00
pbiviz.json decrete selectors, add some formats 2020-05-03 20:06:05 +08:00
ReadMe.md Cant solve bookmark, sync 2020-06-05 09:52:20 +08:00
tsconfig.json Create project 2020-04-25 01:23:56 +08:00
tslint.json Create project 2020-04-25 01:23:56 +08:00

A utility slicer for Power Bi

Assign default selection to this slicer by messures, just use DAX!

Tutorial

  1. Click the top right corner of this slicer
  2. Click "Edit"
  3. Save&publish the report

Functionalities

  • Implemented
  1. Dropdown-slicer for text field
  2. Use DAX to assign single default selected items to the dropdown-slicer
  3. Support async slicers
  • Planned
  1. List-slicer for text field
  2. Use DAX to assign one default selected items to the list-slicer
  3. Use DAX to assign multiple default selected items to the dropdown-slicer and list-slicer
  4. Range-slicer for number field
  5. Use DAX to assign default selected range to the range-slicer
  6. Single-date-slicer for datetime field
  7. Use DAX to assign default selected date to the single-date-slicer
  8. Period-slicer for datetime field
  9. Use DAX to assign default selected period to the period-slicer

Known issures

  1. Slicer components for number field and datetime field are in developing, just slicer for text field is usable now
  2. The outline setting has no effectivity on dropdown items
  3. I can't change background-color of dropdown items
  4. This slicer wouldn't support bookmarks