Forum Discussion
Anonymous
6 years agoNot applicable
Visual cannot be displayed when using a slicer
Hi All I have a Visual that cannot be displayed when using a slicer. If i do not use a slicer the following measured will display the filter correctly. If i use a silcer and filter a country who's...
v-lionel-msft
6 years agoCommunity 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
Anonymous
6 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 agoCommunity 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