Forum Discussion
Filtering a Visual
Hello,
I have a Report in which we show Hotel Names whos files are received today with time.
but I want to display those hotel Names whos files are not received today, how to solve this
please see the visualization, as I have turned on the option of Show items with no Data, but I want to show the hotels who has no Receive date.
Anyhelp!
14 Replies
- AnonymousNot applicable
Hi MH3 ,
1. Select the chart
2. Open the filter pane on the right side
3. You will find the "ReceivingDate" filter on the Filter Pane
4. Select the "Blank" value in this filter.
Then you will see all the blank receiving dates in your chart.
Please try.
Aiolos Zhao
- amitchandakSuper User
MH3 , Create a measure
cnt = count(Table[Hotel Name]) +0
and filter for cnt=0 // visual level filter
- MH3Helper V
Sir amitchandak ,
Actually I have to show those hotels who have not recevied a file today, which is indicated by the Received Date,
As you see:
only 4 Hotels have the Receving Date, and I want to show only those who have not and also the count for them,Like as For a Todays Filter, 28th we have Received 4 Files, of 4 Hotels (names are there in the table), just like for hotels who have no received date.
anyHelp Anonymous Pragati11- Pragati11Super User
Hi MH3 ,
Following questions:
- Is your Hotel Name and Received date columns in same table?
- Is this Hotel Name based table related to any other table in your data model?
- Can you share screenshot of your data model with all the relationships?
- The Date Filter on the page - Is it recieved Date column that you are using in the table visual below?
If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati