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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
oakfootballclub
Helper IV
Helper IV

how to return the selected value of slicer and add it as a field in summarize table

Hi experts,

I use selectedvalue but it fails to get the expected result.

for example,

ADDCOLUMNS(
SUMMARIZE('fact_tbl',
'fact_tbl'[week],
'fact_tbl'[gpn],
fact_tbl[base_currency],
fact_tbl[type],
"amount",CALCULATE(SUM('fact_tbl'[amount])0
)
,"selectedrk", SELECTEDVALUE(dim_topxslicer[col]))

it fails to get the expected result, do you know how to return selected slicer value in summarize and addcolumns function? Thank you.

2 REPLIES 2
BeaBF
Super User
Super User

@oakfootballclub Hi! Can you paste some sample data?

foodd
Super User
Super User

Hello @oakfootballclub , and thank you for sharing a question with the Community.  Please remember to adhere to the decorum of the Community Forum when asking a question.

Please provide your work-in-progress Power BI Desktop file (with sensitive information removed) that covers your issue or question completely in a usable format (not as a screenshot). You can upload the PBIX file to a cloud storage service such as OneDrive, Google Drive, Dropbox, or to a Github repository, and then share a file’s URL.

https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...

Please show the expected outcome based on the sample data you provided.

https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

This allows members of the Forum to assess the state of the model, report layer, relationships, and any DAX applied.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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