Forum Discussion
PowerBI Errors pfoledbreader.cpp
Hi PowerBiNoobie1 ,
Did you receive this error when you use SUM function?
What fields are in your visual?
Maybe you can create a card visual and put the measure in it, check what will happen.
There are some limitations in The CQD data model, you can refer this documents for comparison.
https://docs.microsoft.com/en-us/microsoftteams/cqd-power-bi-connector
Best regards,
Community Support Team _ zhenbw
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- PowerBiNoobie15 years agoHelper I
OK so I have a card visual with the P50 Latency field in it, its a CQD measure. I am simply trying to change the summarisation to be average as I want to see the average latency for all calls made between two network points. I have page level filters creating the overall filter for the report which tells PowerBI to only filter for traffic between two specific network points and to report latency, jitter and packet loss for each call. I need PowerBI to return the average value of jitter, latency and packet loss for all calls that are returned by the page filter. I realise I am probably not doing this correctly!?
I cant create a query or manipulate the source dataset in PowerBI as nothing works at all after I do that. This has been reported as a bug by MS.
Thanks
Thanks for your reply
- PowerBiNoobie15 years agoHelper I
I have since tried creating a new measure as below:
AverageLatency = Average(Query1[P50 Latency])I tried adding that to the card visual and I get the same error. SQLDumper runs and then data cannot be displayed. The source data is a decimal value. I assume this is how I should be getting the average of the P50 Latency.Thanks!