Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hello,
I would like to add an button to my report to show which filters were selected. Is there a way to show the information about each filter in a separate row ? I used "//" as separator but I think it would look better to have them arrange one below another.
I would like to see the output like this :
Active Filters:
Regions : xxx
Tier Group: xxx
Sales Person: xxx
etc.
This is the code I used
Thank you
@kivcek , code seems fine to me, what is the issue you are facing.
I don't want to see the result concatenated in one line but for each listed filter I would like to have a separate row (instead of "//" as separator I would have new row). So it will look like this :
Active Filters:
Regions : xxx
Tier Group: xxx
Sales Person: xxx
etc.
Insted of having it like this
Active Filters: Regions : xxx //, Tier Group: xxx //, Sales Person: xxx // etc.
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.