Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I have a card I am using to change a title for a summary page depending on the 'Modality' chosen. Shown below.
My problem is that users may want to filter to the 'Big 7' before going to individual 'Modality' but when they do - it errors because, presumably v1V is filtering to more than one Modality.
Any ideas how I can get over this?
Kind regards
Steve
Hey @SteveIOW ,
VALUES returns a list of values. For that reason there is the error.
You could use MIN or MAX to get a single value or you can combine the VALUES with the CONCATENATEX function.
If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
Best regards
Denis
Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic
Thanks @selimovd
I had sort of worked that out - although thanks for confirming.
I don't quite understad how to do either of you suggestions though. Min/Max requires a table and although I thought Values created a table it seems I can't use it?
thanks for taking your time over this.
Steve