Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
Chitemerere
Responsive Resident
Responsive Resident

Chart Discrepancies after Data Source Change

I have a Power BI live dataset captured from Microsoft Forms which gives the following visual:

Screenshot 2020-07-24 at 16.56.21.pngI use the following measures as values for the chart:

 

ISO-17025 Certified = CALCULATE(COUNTROWS(), FILTER(ALL(PMQSDataAfrica), SEARCH("ISO 17025 Certified",
PMQSDataAfrica[NQCLSatus],, BLANK()) > 0 ))
 
None = CALCULATE(COUNTROWS(), FILTER(ALL(PMQSDataAfrica), SEARCH("None",
PMQSDataAfrica[NQCLSatus],, BLANK()) > 0 ))
 
WHO-Prequalified = CALCULATE(COUNTROWS(), FILTER(ALL(PMQSDataAfrica), SEARCH("WHO prequalified",
PMQSDataAfrica[NQCLSatus],, BLANK()) > 0 ))
 
 I then downloaded the data from Microsoft Forms in an Excel format and the data is as follows:

NQCLSatus

 

 

 

None;

None;

 

None;

Some monitoring tests ;None;

Laboratories approved by the Ministry of Health; None;

None;

In the process of prequalification with the World Health Organization and ISO-17025 accreditation

 

 

ISO 17025 Certified;WHO prequalified;

ISO 17025 Certified;

 

 

ISO 17025 Certified;WHO prequalified;

 

None;

 

ISO 17025 Certified;

 

 

Using the same measures as above, I am getting a chart different from the above with the same data except that the source is now from Excel as give above:

Screenshot 2020-07-24 at 18.20.23.png

 The chart above does not have values for ISO 17025 for some strange reason although these are available in the Excel data given above.  Please assist in troubleshooting.

 

Regards,

Chris

1 ACCEPTED SOLUTION
Chitemerere
Responsive Resident
Responsive Resident

Managed to sort it out, there were some issues to some column references.

 

Regards,

Chris

View solution in original post

1 REPLY 1
Chitemerere
Responsive Resident
Responsive Resident

Managed to sort it out, there were some issues to some column references.

 

Regards,

Chris

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

Check out the February 2025 Power BI update to learn about new features.

March2025 Carousel

Fabric Community Update - March 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors