Forum Discussion
GROUPBY looses visual filtering
monstrator create a composite key, on both tables, create a new column. combine the link and package values in one field and then join on that
Thanks vanessafvg!
Unfortunately, this does not solve it. There is already a unique package ID (composite key) . If I join on that, I get the result for all servers. If I join on the server, I get results for all packages. I want to be able to get the grouped count per server and per unique package for the filtersI have set.
Creating another compaund key including the server name does not help either because then I am not grouping over the unique package anymore.
BR, Denis
- vanessafvg7 years agoCommunity Champion
monstrator please provide an example of what you expecting
- monstrator7 years agoFrequent Visitor
vanessafvg I mentioned in my initial post that I would like to get the same data that I have in the top table (Count of Server/Unique Package ID) which I achieved by doing a distinct count in the visual as result from my new measure table.
So in short: I want to be able to filter on the data which the visual gives me but inside a measure table :)
BR, Denis