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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi All
Dynamic Title not working if there is no value then show |"No Data" if there is value then "Data" basde on measure I have created
Dynamic tiltel
There is dax based on that it will show title
Solved! Go to Solution.
Thanks for the replies from dharmendars007 and elitesmitpatel.
Hi @aamirkhan_WT ,
Change SELECTVALUE to MAX in the measure you created:
The result is as follows:
Best Regards,
Zhu
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Any update
Here is the file https://drive.google.com/file/d/1R8zvHB3WlEPC8e7VZDzH7d35vovrDlpJ/view?usp=sharing
There are 2 tabs
APAC & NA
NA has data
APAC has not data
I want dynamuic title if there is Data then it show "Data Existed" and if no data then it will show "No Data"
Hello @aamirkhan_WT ,
Its difficult to to check your measure without a sample file however what i can suggest is please ckeck if there is truly no data like if it has soaces or Zero's.
If you find this helpful , please mark it as solution which will be helpful for others and Your Kudos/Likes 👍 are much appreciated!
Thank You
Dharmendar S
share the dummy pbix file
Here is the file https://drive.google.com/file/d/1R8zvHB3WlEPC8e7VZDzH7d35vovrDlpJ/view?usp=sharing
There are 2 tabs
APAC & NA
NA has data
APAC has not data
I want dynamuic title if there is Data then it show "Data Existed" and if no data then it will show "No Data"
Thanks for the replies from dharmendars007 and elitesmitpatel.
Hi @aamirkhan_WT ,
Change SELECTVALUE to MAX in the measure you created:
The result is as follows:
Best Regards,
Zhu
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.