This is the source code in my Histogram
SELECT { NonEmpty([Measures].[vente_total_produit]),[Measures].[Date_Construction_Produit] }*{ @{produitv![Produit].[Produit]} } ON COLUMNS,
{ NonEmpty( Order( [TimeProduit].[TimeProduit].[Année].allmembers Measures].[Date_Construction_Produit], BASC),[Measures][Date_Construction_Produit]) } ON ROWS
FROM ( SELECT { @{date![TimeProduit]. [TimeProduit].[Jour]} } ON 0 FROM [CubeVente2])
where{Tail([Statvente].[Statvente].[statVente])}
When there is a date , it's work fine but the problem is When i select a non existed date in the datePicker it shows this error:
All series on a given axis must be on the same data type
Is there a way to resolve this error? Txs, Marwen.