Forum Discussion

BIswajit_Das's avatar
BIswajit_Das
Icon for Impactful Individual rankImpactful Individual
2 years ago

Power Bi Slicer

Hello

I am using a calculated column value on a slicer and i want to display a static value if there is no values on the column and if there's value then display that value on the slicer.
Is there  a way to do so ??
Thanks & Regards.

3 Replies

  • Uzi2019's avatar
    Uzi2019
    Icon for Community Champion rankCommunity Champion

    Hi BIswajit_Das 
    can you please share sample data and expected output in excel form????

     

    Or you can share screen shot to depict your issue.

     

     

  • Hello BIswajit_Das ,

     

    so create a new column as the following:

     

    New Column = if ( 'YourTableName' [YourMainColumn] = blank, "the static value you want", 'YourTableName' [YourMainColumn] )

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi BIswajit_Das ,

     

    According to your statement, I think you want to set a default selection for you slicer.

    Your demand is a good idea, while it is not supported to implement in Power BI currently.
    You can vote up this idea for this function:Microsoft Idea
    Or you can submit a new idea to improve the Power BI.
    It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

     

    Best Regards,
    Rico Zhou

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.