Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Create a dynamic slicer name field

Thank you for reply my scenario is

 

City Table

Region CodeRegion Name
DXBDubai
ABDAbu Dhabi
AJMAjman
RSKRas-Al-Khaima
SHJSharjah
UMQUmm-Quwayn
FJHFujairah

 

FACT Table

 

Region CodeStore IDStore Name
DXBSt001ABC Plaza
DXBSt002BCD Plaza
DXBSt003CBD Plaza 
ABDSt004DEF Plaza
ABDSt005EFJ Plaza
ABDSt006FJK Plaza

 

 

now i have two tables

I only want those city names in my fillter which has stores but it should work dynamically, let's say tomorrow they open any store in different region then it should be coming there..

 

Please support

rgrds

arif

2 Replies

  • Anonymous , Create a measure from fact(assume two are joined)

     

    Countows('Fact')

     

    and use that in the visual level filter of the slicer of the city and check values is not blank