早期个人项目,在融智融力完成,用于通过度量指定切片器的初始值
assets | ||
src | ||
style | ||
.gitignore | ||
capabilities.json | ||
package-lock.json | ||
package.json | ||
pbiviz.json | ||
ReadMe.md | ||
tsconfig.json | ||
tslint.json |
A utility slicer for Power Bi
Assign default selection to this slicer by messures, just use DAX!
Tutorial
- Click the top right corner of this slicer
- Click "Edit"
- Save&publish the report
Functionalities
- Implemented
- Dropdown-slicer for text field
- Use DAX to assign single default selected items to the dropdown-slicer
- Support async slicers
- Planned
- List-slicer for text field
- Use DAX to assign one default selected items to the list-slicer
- Use DAX to assign multiple default selected items to the dropdown-slicer and list-slicer
- Range-slicer for number field
- Use DAX to assign default selected range to the range-slicer
- Single-date-slicer for datetime field
- Use DAX to assign default selected date to the single-date-slicer
- Period-slicer for datetime field
- Use DAX to assign default selected period to the period-slicer
Known issures
- Slicer components for number field and datetime field are in developing, just slicer for text field is usable now
- The outline setting has no effectivity on dropdown items
- I can't change background-color of dropdown items
- This slicer wouldn't support bookmarks