About this tag
The tag 'user parameters' on WindowsForum.com covers two distinct topics. One thread discusses DAX formulas in data analysis, specifically using ALLSELECTED to calculate percentages based on user-selected filters for sales data by type, region, and period. Another thread addresses Windows 7 registry changes, where a user seeks the equivalent of the UpdatePerUserSystemParameters command from Windows XP to apply user-specific system parameter updates. The tag thus spans both data analytics and Windows system configuration contexts.
  1. E

    Windows Server 100% ALLSELECTED or Other Filter -DAX

    We have a need to analyze sales by sales type , region and period (Month/Quarter/Year). When choosing the values from the above filters the 100% reference should be by the chosen filters and not by the whole derived data. For example, If I choose to filter and present Sales order of type...
  2. T

    Windows 7 Windows 7 equivalnet to "UpdatePerUserSystemParameters"

    Hello, I have a batch file that I am using to change the various items on my computer. I put the changes in the registry and then use the following command to implement the change %SystemRoot%\System32\RUNDLL32.EXE user32.dll, UpdatePerUserSystemParameters This approach worked great in...