Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Philophobia
New Member

PowerBI Filter unable to edit

Hi all,

 

I have a gauge graph that I have put a visual measure on it, its supposed to disappear when it has no value on it.
I found a video online that showcased such a situation, but as I was following along, I came across this error.

I have 2 measures in use,

Check GP1 = ISBLANK(SELECTEDVALUE('Graph Percentage'[Graph 1]))
Blank GP1 =
IF(
    [Check GP1],
    1,
    0
)

These are the 2 senerios, where it should disappear when the value is blank

image.pngimage.png


The filter cannot be edited to show a "is" or "is more than" which is part I am stuck at
image.png

This is a screenshot of my measure settings.
image.png

Can anyone help? 

Thanks

2 REPLIES 2
FreemanZ
Super User
Super User

try like:

Check GP1 = ISBLANK(SELECTEDVALUE('Graph Percentage'[Graph 1]))
Blank GP1 =
IF(
    [Check GP1],
    BLANK(),
    1
)

Thanks for the input.
I tried this and it still has the same issues, they don't let me adjust the visual filter and the graph is visible when the graph is blank.

Philophobia_0-1671072236370.png

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.