Skip to content

Commit 64273c6

Browse files
committed
62058 sample queries
1 parent 24c1945 commit 64273c6

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

articles/marketplace/analytics-sample-queries.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: article
77
author: smannepalle
88
ms.author: smannepalle
99
ms.reviewer: sroy
10-
ms.date: 12/06/2021
10+
ms.date: 1/25/2022
1111
---
1212

1313
# Sample queries for programmatic analytics
@@ -19,6 +19,8 @@ For details about the column names, attributes, and descriptions, refer to the f
1919
- [Customer details table](customer-dashboard.md#customer-details-table)
2020
- [Orders details table](orders-dashboard.md#orders-details-table)
2121
- [Usage details table](usage-dashboard.md#usage-details-table)
22+
- [Revenue details table](revenue-dashboard.md#data-dictionary-table)
23+
- [Quality of service table](quality-of-service-dashboard.md#offer-deployment-details)
2224

2325
## Customers report queries
2426

@@ -73,6 +75,15 @@ These sample queries apply to the Revenue report.
7375
| List of non-trial transactions for subscription-based billing model | `SELECT BillingAccountId, OfferName,OfferType, TrialDeployment EstimatedRevenueUSD, EarningAmountUSD FROM ISVRevenue WHERE TrialDeployment=’False’ and BillingModel=’SubscriptionBased’` |
7476
|||
7577

78+
## Quality of service report queries
79+
80+
This sample query applies to the Quality of service report.
81+
82+
| **Query Description** | **Sample Query** |
83+
| ------------ | ------------- |
84+
| Show deployment status of offers for last 6 months | `SELECT OfferId, Sku, DeploymentStatus, DeploymentCorrelationId, SubscriptionId, CustomerTenantId, CustomerName, TemplateType, StartTime, EndTime, DeploymentDurationInMilliSeconds, DeploymentRegion FROM ISVQualityOfService TIMESPAN LAST_6_MONTHS` |
85+
|||
86+
7687
## Next steps
7788

7889
- [APIs for accessing commercial marketplace analytics data](analytics-available-apis.md)

0 commit comments

Comments
 (0)