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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
k2nneth
Frequent Visitor

How to capture the data in line chart correctly

 

The left side table shows the data, and the right sideline chart to display each PNA result.

Finding:

  1. 200-60, it shall capture 1 in PNA002, and 3 in PNA003, but 3 error for 200-60 is captured in PNA003 only.

The SN is repeating on both PNA tester but shall capture on each PNA result instead of only in PNA003.

 

k2nneth_1-1602962596611.png

 

1 ACCEPTED SOLUTION
k2nneth
Frequent Visitor

The issue has been solved by removing the filter and re-added in. 

View solution in original post

3 REPLIES 3
k2nneth
Frequent Visitor

The issue has been solved by removing the filter and re-added in. 

Anonymous
Not applicable

Hi @k2nneth ,

 

You may try to put these measures into Filters in the visuals.

 

The measure in the PNA002 Total Mating Error vs Time:

PNA002 = IF(MAX('Table'[StationName])="PNA-002",1)

 

The measure in the PNA003 Total Mating Error vs Time:

PNA003 = IF(MAX('Table'[StationName])="PNA-003",1)

2.png

 

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @Anonymous 

 

Thanks for your suggestion. I tried but it wont work.

Before:

k2nneth_3-1603160071868.png

 

 

After

k2nneth_4-1603160095246.png

that blue in color (200-64) shall appear 1 in PNA002 and another 1 in PNA003, instead of 2 in PNA002. 

You may refer to table on the left. 

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors