Power BI
Export Aidbox data to Power BI
- Use
stable
,latest
oredge
Aidbox version - Set up the correct Aidbox instance URL in
AIDBOX_BASE_URL
environment variable
Power BI offers two authentication modes:
This mode requires you to have your data publicly available. Power BI needs access to FHIR read operation
GET /fhir/<resourceType>
.
AccessPolicy to make your data publicly available via FHIR read operation:id: allow-read-all-resources
resourceType: AccessPolicy
link:
- id: FhirRead
resourceType: Operation
engine: allow
Configure integration with Azure Active Directory that provides organizational authentication.
Last modified 6d ago