03-07-2023 12:33 AM
Hello Dears
Good Day!
how to integrate with Microsoft Power Bi to get the data for the following KPIs
Thanks
02-14-2024 10:33 AM
Dear Omar,
I hope this message finds you well!
Given your interest in integrating Microsoft Power BI with Cisco's Webex Control Hub, particularly for Webex Calling, I'm excited to share how Metropolis Corp's EXPO XT UC Analytics for Power BI can bridge this gap effectively. This solution is crafted to augment scalability through cross-platform CDR consolidation and interoperability, specifically tailored to enhance your analytics and reporting capabilities within Power BI.
Key Features and Benefits for Webex Calling:
Integration and Access:
To access EXPO XT, you'll need a Power BI Pro License and an EXPO XT account. This application is designed to simplify while offering robust customization options for your analytics needs.
Regarding DAX Expressions for Your KPIs:
Based on the Webex Calling field dictionary, here are suggested DAX expressions to help you extract the KPIs directly within Power BI:
Total Number of Webex Users
Total_Webex_Users = DISTINCTCOUNT('WebexCallData'[User UUID])
Total Number of Active Webex Users Assuming 'Active' status is based on call activity within a specific timeframe:
Total_Active_Webex_Users = CALCULATE(DISTINCTCOUNT('WebexCallData'[User UUID]), 'WebexCallData'[Call Date] >= DATE(YEAR(TODAY()), MONTH(TODAY()) - 1, 1))
Total Number of Inactive Webex Users
Total_Inactive_Webex_Users = [Total_Webex_Users] - [Total_Active_Webex_Users]
Percentage of Unutilized Webex Extensions Assuming a field indicates extension utilization (1 for utilized, 0 for unutilized):
Percentage_Unutilized_Extensions = CALCULATE(SUM('WebexCallData'[Extension Utilized] = 0)) / COUNTROWS('WebexCallData') * 100
Starting with EXPO XT:
To begin, I recommend visiting the Expo XT Webex Experience page for account setup, where our Metropolis Team will guide you through the integration process.
For specific steps on integrating EXPO XT with Power BI to access these KPIs and inquire about tailored pricing and subscription options, please reach out through the Expo XT Webex Form.
Conclusion:
EXPO XT not only promises to deliver the insights you're seeking but also aims to elevate user engagement and operational efficiency across your communication platforms. Would taking a closer look at EXPO XT align with your goals for enhancing Webex Calling analytics within Power BI?
Warm regards,
CDRGURU AT METROPOLIS CORP
03-07-2023 03:08 AM
@Omar Fathy Hamdy I don't think we have an official integration for MS PowerBI. You can check maybe with https://www.cisco.com/c/en/us/support/web/tsd-cisco-worldwide-contacts.html not sure they can recommend anything.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide