Forum Discussion
SSSBI
Kudo Collector
1 year agoRequest to Implement XY Plot with Dynamic Axis Filters
XY Plot Requirement I need to build an XY plot and I have filters for both X-name and Y-name, where the values are the same. Expectation: When the X-name filter is applied, the X-axis should a...
- 1 year ago
Hi ribisht17 ,
Sorry for the late response.
Please find the below snap and attached PBIX file.
If my response has resolved your query, please mark it as the "Accepted Solution" to assist others. Additionally, a "Kudos" would be appreciated if you found my response helpful.
Thank you
ribisht17
Super User
1 year agoHello SSSBI
X_Rank = RANKX(ALLSELECTED('Table'), 'Table'[Value], , ASC, DENSE)
Y_Rank = RANKX(ALLSELECTED('Table'), 'Table'[Value], , ASC, DENSE)
In this video you can find 3 ways > 3+ approaches for Dynamic Axis in Power BI - YouTube
You can see a similar Solution here > Single scatter chart w/ dynamic XY axis - Microsoft Fabric Community
Regards,
Ritesh
Community Champion
Please mark the answer if helpful so that it can help others