Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Dynamic Title

I'm trying to create a dynamic title for my Power BI report. It works fine except when i'm in the overview of the report because then it only says "(Blank)". 

 

My code is:

Dynamisk titel = IF(
ISFILTERED(Logg[Vecka]);
"Kassationsammanställning Vecka " & SELECTEDVALUE(Logg[Vecka]);
IF(
ISFILTERED('Logg'[Månad]);
"Kassationsammanställning  " & SELECTEDVALUE('Logg'[Månad]);
IF(
ISFILTERED('Logg'[Kvartal]);
"Kassationsammanställning " & SELECTEDVALUE(Logg[Kvartal]);
IF(
SELECTEDVALUE('Logg'[År]);
"Kassationsammanställning  " & SELECTEDVALUE('Logg'[År];
"Kassationsammanställning")))))

So it works when i'm drilling myself down the report.

I need help solving this.

2 REPLIES 2
v-danhe-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous ,

Could you please post some simple sample data and your desired result to have a test if possible? Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi,

 

Do you mean data from the Excel file that i use?

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors