The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hey all,
I just want show to show the datas in the table, when the power bi user is tiping the name of a street, otherwise it should not show any information.
I have an example file. Thank you for help.
Solved! Go to Solution.
@azaterol , Create a measure like this and use that in visual level filter
measure = calculate(if(isfiltered(Table[Street]), 1 , Blank() ), allselected())
check value 1 or non blank
@azaterol , Create a measure like this and use that in visual level filter
measure = calculate(if(isfiltered(Table[Street]), 1 , Blank() ), allselected())
check value 1 or non blank
User | Count |
---|---|
71 | |
64 | |
62 | |
50 | |
28 |
User | Count |
---|---|
117 | |
75 | |
62 | |
54 | |
43 |