Excerpt | ||
---|---|---|
| ||
learn how to display PowerBI dashboards in Projector |
...
Projector can dynamically filter displayed PowerBI content. For example, you might have a report that shows profit for all your projects. When you display just that project you want to hide all the other projects in the report. This lets you build one report and display it in many places.
...
Warning | ||
---|---|---|
| ||
Before you start actually building filters you HAVE to understand this part. If your Data Set or Field names contain spaces or non-ASCII characters they either need to be renamed or they need to be escaped. Renaming is easier to understand, so we recommend removing all spaces, hyphens, and special characters. If you choose to keep those kinds of characters in the name, you'll need to escape them when building your filters. The most frequent character that needs escaping is a space. To escape a character:
For example, a space becomes _x0020_. The field 'Project Code' would become 'Project_x0020_Code'. |
Hard-Coded Filters
These are the simplest filters to set up. You hard code the values displayed.
...