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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
DavidB023
Helper III
Helper III

Empty visual

Hi everybody !

 

I would like to make empty my visual when I don't choose a date in my slicer.

 

In fact I used :

 

 IF (
    DISTINCTCOUNT ( XXXX ) = 1;
    SUM ( XXX);
    ""
)
And it worked very well with value like figures !

However, it don't work with value like text and I am embarrassed with that ..

 

Thanks
Best regards

David

1 ACCEPTED SOLUTION
JoHo_BI
Responsive Resident
Responsive Resident

Hi @DavidB023,

 

Use the DAX function HASONEVALUE() here, an example would be: 

 

IF(HASONEVALUE(TextTable[Text]), VALUES(TextTable[Text]), "Or i'll do this..")

 

Hope this helps! 

View solution in original post

4 REPLIES 4
JoHo_BI
Responsive Resident
Responsive Resident

Hi @DavidB023,

 

Use the DAX function HASONEVALUE() here, an example would be: 

 

IF(HASONEVALUE(TextTable[Text]), VALUES(TextTable[Text]), "Or i'll do this..")

 

Hope this helps! 

@JoHo_BI


Thanks for your answer, it seems okey to work, when I selected nothing, nothing appear but now when I select a value, #,0.00 appear in place of my real value..

JoHo_BI
Responsive Resident
Responsive Resident

I can't reproduce the problem. Can you show a screenshot or share a file at all? 

@JoHo_BI


My value are dates, so I just have to modelize them as a date and it sucess !

Thanks very much


Best regards

David

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.