Forum Discussion
Dynamic Column Header based on Filter from another field
Thank you for the reply Anonymous , however each Scenario name should have its own selection rather than selection driving all scenario name.
For example,
Alpha = Act
Beta = Bud
Gamma = Forecast
In your suggestion, if the selector is set to "Actual" - all scenario's (Alpha, Beta, and Gamma) will be set to "Actual"
- Anonymous1 year agoNot applicable
Hi,
Try to create the following table. Adding the relationship between new table and scenarios table.
Measure = SWITCH(MAX('Table'[TableHeaders]), "Actual",[Actual], "Budget",[Budget], "PY Actual",[PY Actual] )If it still doesn't work, please provide sample data.
Best Regards,
Wisdom Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- jaktony1 year agoHelper I
Thank you again for your reply. I have attached a sample data file replicating my main file. Please let me know if you have questions.
PBI Test File- Anonymous1 year agoNot applicable
Hi,
I can't open the download URL, it requires permissions, you share it in a different way and don't set authentication.
Best Regards,
Wisdom Wu