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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 63 | |
| 50 | |
| 45 |