Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
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.
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.
Hello @BIswajit_Das ,
so create a new column as the following:
New Column = if ( 'YourTableName' [YourMainColumn] = blank, "the static value you want", 'YourTableName' [YourMainColumn] )
Proud to be a Super User! | |
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.
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
96 | |
91 | |
82 | |
69 |
User | Count |
---|---|
159 | |
125 | |
116 | |
111 | |
95 |