Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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
Solved! Go to Solution.
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!
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..
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
85 | |
65 | |
51 | |
45 |
User | Count |
---|---|
218 | |
88 | |
83 | |
65 | |
56 |