Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wallabyway/powerbi-tandem-viewer
This is the visual component for Tandem Viewer, embedded inside PowerBi
https://github.com/wallabyway/powerbi-tandem-viewer
aps forge powerbi threejs
Last synced: 4 months ago
JSON representation
This is the visual component for Tandem Viewer, embedded inside PowerBi
- Host: GitHub
- URL: https://github.com/wallabyway/powerbi-tandem-viewer
- Owner: wallabyway
- License: mit
- Created: 2023-06-01T02:37:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-10T00:44:57.000Z (10 months ago)
- Last Synced: 2024-04-29T02:42:03.450Z (10 months ago)
- Topics: aps, forge, powerbi, threejs
- Language: TypeScript
- Homepage: https://app.powerbi.com/groups/me/reports/7cbd742c-5dab-451a-9f20-7d38e9c0e456/ReportSection?experience=power-bi
- Size: 3.38 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# powerBI-Tandem-Viewer
This is the visual component for Tandem Viewer, embedded inside PowerBi.
**DEMO**: https://app.powerbi.com/groups/me/reports/7cbd742c-5dab-451a-9f20-7d38e9c0e456/ReportSection?experience=power-bi
## NOTES
- It uses two Legged Auth (see [hello world](https://github.com/wallabyway/tandem-api-hello-world) Tandem example)
- A Lambda service provides tokens
- The tokens are locked to the Service Account permissions```mermaid
%%{init: {'theme': 'neutral' , "themeVariables": {'fontFamily':'courier', 'fontSize' : '12px'} }}%%
graph LR;
A[Token Generator
lambda-url.us-west-2.on.aws]
B[Tandem Viewer
PowerBi.com]
A --> B```
## SETUP
From the diagram:
![](xls/add-urn-elementid.JPG)
### ADD VIZ (Green Arrow)
1. Click 'More' button, add Visual Component from file
2. Select `/dist/tandem-viz-powrebi.pbiviz`
3. Click new icon
4. The Tandem viewer is added to the canvas (green arrow)### CONFIGURE (Orange Arrow)
5. Search for `urn`, `elemID`
6. Drag these into URN field## RUN
Click on elements in the chart to see the viewer change appearance
## FURTHER REFERENCES
- https://github.com/petrbroz/endymion-next/tree/master/visuals/cached-derivs-viewer-visual
- https://github.com/petrbroz/endymion-next
- https://aps.autodesk.com/en/docs/endymion/v1/developers_guide/setup/