Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi Folks,
I need a solution for in line chart.
whenever i open the report, i dont want to display any in line chart.
in top of the page i have a year slicer, segment name slicer, system name slicer.
Those segment and system will have n number of names.
For example. when open the power bi -pbix file or APP in service. i dont want saw any data. visual should be in blank.
while we go with slicer and slicer any of the segment or systems name. that time only it should show data in line chart.
Thanks
Raju
Solved! Go to Solution.
@NavaneethaRaju , Create a measure like this and add this as a visual level filter or each visual and check value =1
Check = if(isfiltered(Table[System]), 1, 0)
@NavaneethaRaju , Create a measure like this and add this as a visual level filter or each visual and check value =1
Check = if(isfiltered(Table[System]), 1, 0)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.