Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I just discovered a challenging side effect from using a field parameter slicer to define a column value in a matrix visual. The following parameter slicer enables the user to select a specific value from the date table to define the column definition in the visual:
Period Slicer = {
("Day", NAMEOF('Date Table'[Date]), 0),
("Month to Date - MoM", NAMEOF('Date Table'[Year Month Name]), 1),
("Month to Date - YoY", NAMEOF('Date Table'[Year Month Name 2]), 2),
("Full Month - MoM", NAMEOF('Date Table'[Year Month Name]), 3),
("Full Month - YoY", NAMEOF('Date Table'[Year Month Name 2]), 4),
("Quarter to Date - QoQ", NAMEOF('Date Table'[Year Quarter Name]), 5),
("Quarter to Date - YoY", NAMEOF('Date Table'[Year Quarter Name 2]), 6),
("Full Quarter - QoQ", NAMEOF('Date Table'[Year Quarter Name]), 7),
("Full Quarter - YoY", NAMEOF('Date Table'[Year Quarter Name 2]), 8),
("Year to Date", NAMEOF('Date Table'[Year]), 9),
("Full Year", NAMEOF('Date Table'[Year]), 10)
}
The problem is that when the user clicks on a specific column, it does not filter the Date Table. (see the Filtered Date Min and Filtered Date Max card values)
How can I get the Date Table to filter itself by the selected column or collection of selected columns using this field parameter method?
Solved! Go to Solution.
@MickeyWilliams , Not very clear, I have used field parameter in Matrix column and when I click on that, it do filter dates, yiou can see on cards
Power BI Field Parameters — A Quick way for Dynamic Visuals: https://amitchandak.medium.com/power-bi-field-parameters-a-quick-way-for-dynamic-visuals-fc4095ae9af...
Power BI Field Parameters- Measure Slicer and Axis/Dimension slicer: https://youtu.be/lqF3Wa1FllE
Switch TOPN with Field Parameters: https://amitchandak.medium.com/switch-topn-with-field-parameters-299a0ae3725f
Field Parameters- Conditional Formatting
: https://amitchandak.medium.com/field-parameters-conditional-formatting-517aacc23fdf
Power BI Field Parameters, Keep Axis Sort intact| Always Sort on X/Categorial Axis: https://youtu.be/GfBrB6czByw
I've tried several iterations of your example, but can't get it to work. Can you provide the pbix for your above example? Thank you.
@MickeyWilliams , Not very clear, I have used field parameter in Matrix column and when I click on that, it do filter dates, yiou can see on cards
Power BI Field Parameters — A Quick way for Dynamic Visuals: https://amitchandak.medium.com/power-bi-field-parameters-a-quick-way-for-dynamic-visuals-fc4095ae9af...
Power BI Field Parameters- Measure Slicer and Axis/Dimension slicer: https://youtu.be/lqF3Wa1FllE
Switch TOPN with Field Parameters: https://amitchandak.medium.com/switch-topn-with-field-parameters-299a0ae3725f
Field Parameters- Conditional Formatting
: https://amitchandak.medium.com/field-parameters-conditional-formatting-517aacc23fdf
Power BI Field Parameters, Keep Axis Sort intact| Always Sort on X/Categorial Axis: https://youtu.be/GfBrB6czByw
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
78 | |
63 | |
52 | |
47 |
User | Count |
---|---|
212 | |
82 | |
61 | |
61 | |
60 |