Forum Discussion
Visual cannot be displayed when using a slicer
Hi
Sorry for the delay but was outof town. The Total cost is from my database and there is no calulations on the Total Cost. The 123COPQ_CONVERT_USD is the Dax calulated measured. From the images below when I have No slicer selected the dax measured reports its fine but when when I select a slicer, the visual cannot be displayed. They are no filters except when using the slicer on the left. I think it might be with my Dax formaula but not sure.
Any thoughts from anyone on this issue?
- v-lionel-msft6 years ago
Community Support
Hi Anonymous ,
I reconstructed your formula, but I didn't report an error. because I added [Curreny] column in the slicer.
Measure = SUMX( Sheet2, [Total_cost] * VAR x = [Curreny] RETURN SWITCH( TRUE(), x = "A", 1, x = "B", 1.29, x = "C", 0.0145, 1 ) )
So the problem is the relationship between the fields in the slicer and the measure you created.
What's the relationship between the field in the slicer and other columns in the table?Best regards,
Lionel Chen- Anonymous6 years agoNot applicable
Hi
All the data fields is from the same table. The slicer is from the same Table as well. i think it might be the dax measured I created to convert the different curency to USD dollars .
Let me know if i answer your questions. Thanks
- v-lionel-msft6 years ago
Community Support
Hi Anonymous ,
can you give me a sample data table?
Because it's difficult to find the issue if I don't have a data model.Best regards,
Lionel Chen