Forum Discussion

Syndicate_Admin's avatar
Syndicate_Admin
Administrator
2 years ago

SELECTEDVALUE Issues in DAX

Good morning.

I have a BI with three tables:

The tables (Meses_contratos and Percentages) were created from the New Parameter option

The percentage table is as follows:

Percentage = GENERATESERIES(0, 30, 0.1)

Percentage Value = SELECTEDVALUE('Percentage'[Percentage], 1)

In the end, it is in a data slicer from 0 to 30 in decimal numbers.

In my table solving using a calculated measure I perform operations with the data slicer without any problems example:

The problem arises when I want to summarize my resolution table in a new table called table2:

Doesn't bring the selected value from the data slicer

Please ask for your help.

2 Replies

  • How could I summarize the data with information in the slicer?

    How would you go about summarizing the data with insights in the segmenter?