Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi All,
I have a requirement where we need to pass custom values in slicer, these values are not coming from backend.
Based on these selections we have to apply conditional formulae. How can this be achieved in Power BI.
SELECTEDVALUE is not working in this case.
Thank You
Hi @rkumar ,
Try to use Tabular Editor to add custom value.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@rkumar , You can create an independent table using the Enter Data. - https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-enter-data-directly-into-desktop
You can enter like excel or copy-paste from excel
Hi Amit,
Data in our environment is coming from SAAS, so we do not have option for import or Enter data. We can only create measure in Power BI, all data transformation is happening in AAS.
Is there any other option to achieve this.