CQD
9 TopicsTeams CQD for Power BI (QER 4.9)
Public service announcement, the Power BI templates for Teams Call Quality Dashboard have been silently updated. The QER template in the pack has been updated to 4.9. I follow Matt Wade's GitHub (GitHub - MattWade-MS/QER: Repository for CQD templates) but nothing new has been posted there in a while. Anyway, the package was updated on 2/7/2024 (Download CQD Power BI Query Templates from Official Microsoft Download Center) and the release notes for QER 4.9 are: V4.9 The following updates/issues were addressed in this version. Search Search page has been updated to include Teams Events. Filter for Meeting Type added to make it easier to find Teams Events. Drill through to Event Health Details added. Teams Events Overview New Teams Events Overview report includes information about the Teams Events usage, includes a quick view of Events hosted in the last 7 days. Event Health Details Drill through report for Teams Events includes information on both Presenters and Attendees. VDI Clients New report for users on VDI clients. New Teams Usage New Teams client usage report for Mac and Windows. Other General fixes to PSTN reports to address changes in telemetry. Fixes to some of the formulas.2.3KViews0likes4CommentsHow long is QoE CDR data stored in O365?
We were using CQD to analyze call data and I notived that most of the reports only show data from the last 12 month. I cound not find the information how long the QoE/CDR data which CQD shows is stored? I can only find information on the EUII data (28 days). For example if you want to analyze call queue data over years will that be possible? Do i have to export data for each year to achieve this?1.4KViews0likes2CommentsHave you lost charts in CQD - Detailed Report?
Hi, If you have made your own custom views on the CQD, have you noticed the same than me, that during last week those charts are not working anymore? The standard diagrams are working, but as soon as you made the changes to these it stop working, showing only empty view. When using the table view, it is working. I tested also with other browsers, and having the same issue.531Views0likes0CommentsCQD - Customised reports no longer able to load visuals
Hello, We have developed Power BI reports using CQD datasets. The visuals have been loading properly most times since its launch last year. However we are currently experiencing errors to load most of the visuals for more than a week now. We have not changed anything prior to that. Error: OLE DB or ODBC error: [Expression.Error] CQD Query Execution Error (ErrorType: 3). Any idea why? Start Time is also problematic. It does not load.Solved1.4KViews1like2CommentsCQD Urgent help required
Hi -End Goal is to import CQD call and stream volumne by minute for a limited number of second reflective ip networks to sql so any suggestions on this would be fab. However current issue is I am trying to use the following power query to import data from CQD to power bi which runs without error in the power query window and displays the expected results... when i try to apply changes in power bi i get the error message below /* Copyright 2020 Microsoft Corporation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ let Query1 = let Source = MicrosoftCallQuality.GenerateTable(null, null), #"Filtered Rows1" = Table.SelectRows(Source, each [Second Reflexive Local IP Network] = "xx.xxx.xxx.x" or [Second Reflexive Local IP Network] = "xx.xxx.xxx.x") in #"Filtered Rows1", #"Removed Other Columns" = Table.SelectColumns(Query1,{"End Time", "Year", "Second Reflexive Local IP Network", "Audio Stream Count", "Audio Call Count", "Video Stream Count", "Video Call Count"}), #"Filtered Rows" = Table.SelectRows(#"Removed Other Columns", each true), #"Filtered Rows1" = Table.SelectRows(#"Filtered Rows", each [Year] = "2021") in #"Filtered Rows1" Error: OLE DB or ODBC error: [Expression.Error] The column 'DataModelName' of the table wasn't found.2.1KViews0likes2CommentsTeams Call Quality Dashboard Detailed Reports Filters
Hi, I'm using Teams Call Quality Dashboard detailed reports to retrieve some data. In the query editor of a report creation, looking to retrieve some data filtered based on the First UPN and Second UPN with the same inputs, e.g. test@test.com, test1@test.com, etc.. How can I do that? I have no problem if I will to filter based only on First UPN or filter based only on Second UPN. But will not get any data if I will to filter both First and Second UPN at the same time.970Views0likes0CommentsMicrosoft has released 6 Power BI Reports for Microsoft Teams Call Quality Dashboard (CQD)
Good news, Microsoft has released 6 really useful PowerBI.com reports that connect to Call Quality Dashboard data. You can download them here: https://github.com/MicrosoftDocs/OfficeDocs-SkypeForBusiness/blob/live/Teams/downloads/CQD-Power-BI-query-templates.zip?raw=true I did a quick blog overview of what's in them and how to make them work here: https://tomtalks.blog/2020/02/6-power-bi-reports-for-microsoft-teams-call-quality-dashboard-cqd/ Thoughts, questions and feedback welcome!7.1KViews3likes6CommentsTeams CQD Endpoint csv Upload
I am trying to isolate devices in my CQD specifically MTRs and in the documentation it refers to creating an endpoint csv to write custom tags for endpoint information but it doesn't say where to upload the csv file. Does the csv upload to the device folder or to the cqd? https://docs.microsoft.com/en-us/microsoftteams/turning-on-and-using-call-quality-dashboard#endpoint-data-file1.5KViews0likes1Comment