Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I'm currently using a text box as a header with a dynamic value based off of my customer name.
This works when I'm filtering on the customer name, it comes up:
Sales Overview - Andrew
Sales Overview - Sarah
etc.
But if no customer name is selected it defaults to the first one, so with no filters it's:
Sales Overview - Adam
Can this be altered? It's not a big issues but slightly fustrating... I'd like it to read 'Sales Overview - All', for example, not the top value.
Solved! Go to Solution.
Hi @DrewSmith ,
Have you tried something likethe following?
IF(
ISFILTERED(Customer),
SELECTEDVALUE(Customer),
'All'
)
If I answered your question, please mark my post as a solution.
Best,
Hi @DrewSmith ,
Have you tried something likethe following?
IF(
ISFILTERED(Customer),
SELECTEDVALUE(Customer),
'All'
)
If I answered your question, please mark my post as a solution.
Best,
Genius - popped that in as a measure and worked first time. Nice!
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 28 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 43 | |
| 35 | |
| 32 |