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.
Hello
Is there way to dynamically change the visual title to include the value of the Visual TopN. In the screenshot the visual title is 'Top 10 Sales by Country.' I need it to read 'Top 5 Sales by country' or what ever the value is in the Show Items.
Thaks in Advance
Solved! Go to Solution.
Countcountry = IF(ISFILTERED(table[country]), COUNTROWS(VALUES(table[country])),0)
then build another measure for the title:
Countcountry = IF(ISFILTERED(table[country]), COUNTROWS(VALUES(table[country])),0)
then build another measure for the title: