Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Syndicate_Admin
Administrator
Administrator

SELECTEDVALUE Issues in DAX

Good morning.

I have a BI with three tables:

oecheverria_0-1700493476230.png

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

oecheverria_2-1700493670198.png

The percentage table is as follows:

oecheverria_1-1700493641208.png

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.

oecheverria_3-1700493974454.png

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

oecheverria_5-1700496400047.png

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

oecheverria_6-1700496626119.png

Doesn't bring the selected value from the data slicer

Please ask for your help.

2 REPLIES 2
Syndicate_Admin
Administrator
Administrator

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

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

DataInsights
Super User
Super User

@oecheverria,

 

Calculated tables don't recognize slicer selections (the same is true for calculated columns).





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors