Forum Discussion
Dynamically update values from a table created with DAX
Hello, good afternoon
I have to create the following funnel chart.
Of which the values it shows corresponds only to measures, for this it is necessary to create a table with dax where the measures are grouped.
Showing in the graph the fields Type and Quantity.
In this way the graph shows the values that I want correctly but the problem I have is that in the pages of the report you have date segmenters and you want the value of the measures to correspond to the selected period but I do not get the table updated according to the selected period, it shows the measures calculated based on the totality of the data which is correct if the entire period is selected of which you have data but not when a specific period is filtered.
I hope you can help me with this problem.
Best regards.
2 Replies
- amitchandakSuper User
Syndicate_Admin , I think You should be able to use 5 measures too without group in values
- Syndicate_AdminAdministrator
Sorry for the inconvenience, you found a way to solve it??? I have a similar situation where I create a table with DAX and I would expect that a date segmentation can dynamically change a report