https://community.fabric.microsoft.com/t5/Desktop/Using-selectedvalue-to-retrieve-a-date-returns-1899-date/td-p/3884610
Solved: Using selectedvalue to retrieve a date returns 189... - Microsoft Fabric Community
May 2, 2024 - Solved: Hi there I want to have a column in a graph that calculates the profit in a graph for the year before the selected date. Out Fin year is a
a date
https://community.fabric.microsoft.com/t5/Desktop/Drill-through-with-internal-SELECTEDVALUE/td-p/3317786
Solved: Drill through with internal SELECTEDVALUE - Microsoft Fabric Community
Jul 9, 2023 - Solved: Hi, I have a question in regards to drill through between two pages, each with a different dataset. For context, I have two dataset: Billing
drill throughmicrosoft fabricsolvedinternalselectedvalue
https://community.fabric.microsoft.com/t5/Desktop/Measure-to-fix-output-to-a-SELECTEDVALUE/m-p/3218454/highlight/true
Solved: Measure to fix output to a SELECTEDVALUE - Microsoft Fabric Community
May 5, 2023 - Solved: PBIX file is here: https://drive.google.com/file/d/1YJ7I8PYqqEiap-mPjvprMlsLh9fv5Jkb/view?usp=sharing This first screenshot has "Edit
microsoft fabricsolvedmeasurefixoutput
https://community.fabric.microsoft.com/t5/Desktop/SELECTEDVALUE-doesn-t-works-when-filtering-more-than-one-region/m-p/3357652/highlight/true
SELECTEDVALUE doesn't works when filtering more th... - Microsoft Fabric Community
Aug 1, 2023 - Hi guys, I have 4 regions: NA, LA, APAC, EMEA. I have this main measure: if ( SELECTEDVALUE (DIM_REGION[DIVISION_NAME]) = "NORTH AMERICA" ,
microsoft fabricselectedvalueworks
https://community.fabric.microsoft.com/t5/Desktop/use-the-selectedvalue-of-a-slicer-from-a-disconnect-table-to/m-p/3999445
Solved: Re: use the selectedvalue of a slicer from a disco... - Microsoft Fabric Community
Jun 18, 2024 - thx ~ it works perfect~ if you have some spare time and if you don't mind, can you explain a bit more on your DAX code and how it works? especially
https://learn.microsoft.com/ru-ru/dotnet/api/system.web.ui.webcontrols.menu.selectedvalue?view=netframework-4.8.1
Menu.SelectedValue Property (System.Web.UI.WebControls) | Microsoft Learn
Gets the value of the selected menu item.
property systemweb uimenuselectedvaluemicrosoft
https://community.fabric.microsoft.com/t5/Desktop/SELECTEDVALUE-Format-Strings-not-working-for-Chart-Axis/m-p/4849925
Solved: Re: SELECTEDVALUE Format Strings not working for C... - Microsoft Fabric Community
Oct 14, 2025 - Hi , Thank you for reaching out to the Microsoft Community Forum. This is a known limitation in Power BI, dynamic format strings when used with
format stringsnot working
https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-alternate-result-is-calculating-correctly-but-not/m-p/2570149/highlight/true
SELECTEDVALUE alternate result is calculating corr... - Microsoft Fabric Community
Jun 9, 2022 - I have what i thought was a fairly simple measure to allow a visual to be filtered by selection and default to the current month if nothing is
microsoft fabricselectedvaluealternateresultcalculating
https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SelectedValue-Question/td-p/2889237
Solved: SelectedValue Question - Microsoft Fabric Community
Nov 21, 2022 - Solved: Hi everyone, I'm trying to create a measure using selectedvalue and the problem is that for some cases, as I don't have any data for the case
microsoft fabricsolvedselectedvaluequestioncommunity
https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/SELECTEDVALUE-doesn-t-work-to-add-a-dynamic-header-to-Field/m-p/3636359
Re: SELECTEDVALUE doesn't work to add a dynamic he... - Microsoft Fabric Community
Jan 12, 2024 - Thanks for your feedback, I was afraid so. What would you suggest then to modify the headers of the columns of a table based on actions by the users?
https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Selectedvalue-dax-to-work-for-multiple-options-selected-in/m-p/4046601/highlight/true
Solved: Selectedvalue dax to work for multiple options sel... - Microsoft Fabric Community
Jul 23, 2024 - Solved: I want to write a dax to calculate discount to apply based on slicer selection [product slicer]. Example when Chair and Sofa are purchases I
to work for
https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-help-switch-selectedvalue-not-working/m-p/2505337/highlight/true
Re: DAX help: switch selectedvalue not working - Microsoft Fabric Community
May 11, 2022 - It doesn't work , and still shows as $.
not workingmicrosoft fabricdaxhelpswitch
https://learn.microsoft.com/en-us/dotnet/api/system.web.ui.webcontrols.detailsview.selectedvalue?view=netframework-4.8.1&redirectedfrom=MSDN
DetailsView.SelectedValue Property (System.Web.UI.WebControls) | Microsoft Learn
Gets the data key value of the current record in a DetailsView control.
property systemweb uiselectedvaluemicrosoftlearn
https://community.fabric.microsoft.com/t5/Desktop/RANKX-with-SELECTEDVALUE/m-p/2174546
Solved: RANKX with SELECTEDVALUE - Microsoft Fabric Community
Nov 5, 2021 - Solved: Hi, I have a 6 different measure and want to use all of them on rankx with slicer. aim is creating a slicer with names of measures first then
microsoft fabricsolvedrankxselectedvaluecommunity
https://community.fabric.microsoft.com/t5/Desktop/Alternative-of-SELECTEDVALUE-DAX-function/m-p/812279
Solved: Re: Alternative of SELECTEDVALUE DAX function - Microsoft Fabric Community
Dec 7, 2022 - HI, SELECTEDVALUE is internally translated into following IF ( HASONEVALUE ( Table[column] ), VALUES ( Table[column] ) ) So just use the IF
microsoft fabricsolvedalternativeselectedvaluedax
https://community.fabric.microsoft.com/t5/Desktop/Drill-through-with-internal-SELECTEDVALUE/m-p/3317786
Solved: Drill through with internal SELECTEDVALUE - Microsoft Fabric Community
Jul 9, 2023 - Solved: Hi, I have a question in regards to drill through between two pages, each with a different dataset. For context, I have two dataset: Billing
drill throughmicrosoft fabricsolvedinternalselectedvalue
https://community.fabric.microsoft.com/t5/Desktop/SELECTEDVALUE-Format-Strings-not-working-for-Chart-Axis/m-p/4849266/highlight/true
Solved: Re: SELECTEDVALUE Format Strings not working for C... - Microsoft Fabric Community
Oct 14, 2025 - I am not trying to sum the types of fruit, this is a formatting issue involving the dynamic format string and SELECTEDVALUE().
format stringsnot working
https://community.fabric.microsoft.com/t5/Desktop/RANKX-with-SELECTEDVALUE/m-p/2174579/highlight/true
Solved: Re: RANKX with SELECTEDVALUE - Microsoft Fabric Community
Nov 5, 2021 - can you give me an example becuase table gone crazy waiting ages to monitor one figure.
microsoft fabricsolvedrankxselectedvaluecommunity
https://community.fabric.microsoft.com/t5/Desktop/What-is-a-return-of-selectedvalue-if-none-is-selected-but-the/m-p/1909863
Re: What is a return of selectedvalue if none is s... - Microsoft Fabric Community
Nov 11, 2023 - Thanks for your reply. I got your idea, but I do not need all these city names, I want to have only one name. For example for your data: Germany.