hi,
I am trying to build a simple dashboard with data from a SSAS cube, using WPF. Each chart in the dashboard shows data for a one or more measures of the cube.
What is the best way to support multiple charts based on the same cube?
having multiple XmlaDataSources - one for each chart, or maybe i can some how have one XmlaDataSource, and set the ValueMemberPath (or any other property) of the chart series to a certain measure in the cube?Is there a way to query the SSAS cube with MDX queries and set the result to the xamDataChart datasource?
Is there a way to integrate data slicers, so the user can filter the data shown in the dashboard?
thanks
Hello amos_silberman,
This is just a follow up if you require any further assistance.