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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors