Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi Everyone,
i'm struggling on filter.
i would like to Turn all visual and data to blank , when i filter on Vs. Budget.
if i filter Vs. 2022 , it will show the data and visual as usual .
What to do to acheive that ?
@Chanleakna123 , you need a measure like
if(isfiltered(Table[Column]), [measure], blank())
or
if( calculate(isfiltered(Table[Column]),allselected()) , [measure], blank())
HI ,
I think my question is not clear enough.
I have 2 Visual , 1 visual is having the Vs. Budget Number. and another Visual is not having the Budget number.
so i would like to show Blank to the visual who has no Vs. Budget Number.
may i know how can i acheive it ?
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.