The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
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
Hi,
Do you mean data from the Excel file that i use?