Dears, looking for a good solution either by Measures or Calculation groups to have a Dynamic Column name in matrix based on user selection as per these requirements:
if user selected Year 2025 and Month Feb, 4 columns should appear: Jan 2025, Feb 2025, VAR, VAR%
and if user selected Jan, then columns should be: Dec 2024, Jan 2025, VAR, VAR%
I’m sure someone has solved that limitation
thanks in advance
Hi @mahmoud.algindy - This is not straightforward but can use below workaround as shown with sample Sales and Dates data in attached file.
Created a separate Disconnected table from Date table to act as Source for the Matrix assuming slicer is combination of Month & Year. Adding fields for Var and Var_Perc.