This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
I want to plot a PCA scatter plot with product data and a static confidence ellipse with static product training data (this data must not be affected by slicers). Then have a date slicer that I can filter the product data by date to see how many of my product points fall within the static ellipse and if I have any outliers.
Product Data (sample):
| Date | PC1 | PC2 |
| 07-05-20 | 0.23 | 0.25 |
| 08-05-20 | 0.28 | 0.29 |
Training Data (sample)
| PC1_Train | PC2_Train |
| 0.24 | 0.26 |
| 0.28 | 0.22 |
Is there any way to build that static ellipse from the training data table and without having to define any relationship? I thought of including the training columns in my Product Data column but then the date slicer affects the Training Data, effectively changing the ellipse everytime I slice making the comparisons difficult
Is there any workaround that I can explore or do I just have to get rid of the date slicer (which will be a major feature loss).
Extract of my python visual code:
plt.scatter(a, b) #Scatter plot with product data plt.plot(c * np.cos(t), d * np.sin(t) , color = 'black') #Plot Ellipse with training data #Where a and b are columns with Product PC1 and PC2 data which is expected to be sliced #C and D are linked to PC1 and PC2 Training data currently from a different table
WIll appreciate any help.
Hi @PBI-Beginner ,
Pls refer to :
Hi @v-kelly-msft ,
Thanks for your reply.
I tried creating an inactive relationship between the two tables as a workaround but the python visual refused to work, demanding for an active relationship.
In my case, I need a static confidence ellipse to be created from two columns on table 2, and that data (on table 2) must not be affected by any slicers or filters applied to data on table 1 (hence the inactive relationship).
Regards,
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 19 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 24 | |
| 23 | |
| 20 | |
| 20 | |
| 19 |