Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
refering to this Column Calculated using Slider Input - Microsoft Fabric Community
Does anyone know if with last version of PBI we can add new column calculated by slider?
Many thanks
Solved! Go to Solution.
Hi @AlessandroBet, nothing has changed on this matter and probably won't as the request is fully covered by a use of measure.
I've read the thread shared by you and it provides all necessary details on how to do it. However, if you struggle with a specific case I'm sure that community members ca help you 🙂
Unfortunately there is no way to achieve it: calculated columns are calculated at the moment of a report refresh, not dynamically every time you change a slicer value. That's the reason why you need to use measure with all its pros and cons.
Yes i have read the tread and i did the same but my goal is to build a new column inside existing table with value calculate by slicer value
Unfortunately there is no way to achieve it: calculated columns are calculated at the moment of a report refresh, not dynamically every time you change a slicer value. That's the reason why you need to use measure with all its pros and cons.
Hi @AlessandroBet, nothing has changed on this matter and probably won't as the request is fully covered by a use of measure.
I've read the thread shared by you and it provides all necessary details on how to do it. However, if you struggle with a specific case I'm sure that community members ca help you 🙂