schema.org.ai

powerbi

Business analytics service by Microsoft.

Extends: Technology

Power BI

Business analytics service by Microsoft.

Overview

Category: Analytics software

Business analytics service by Microsoft.

Related Skills

No related skills listed.

Occupations Using This Technology

No occupations listed.

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Power BI',
  category: 'Analytics software',
  description: 'Business analytics service by Microsoft.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Power BI",
  "applicationCategory": "Analytics software",
  "description": "Business analytics service by Microsoft."
}