This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi,
I'm trying to get filtered data based on slicer selection into a calculated column. But for some reason only the hardcoded values (eg: Forecast V4) data are only pulled into the table.
The dynamically selected slicer values (eg: Budget V1 and Budget V2) are not being pulled into the calculated table.
Below is the snaphot of the dax formula. Not sure where am i going wrong.
Please help
Hi, @Shinu1
May I ask if your problem has been solved? Is the above post helpful to you?
It makes it easier to give you a solution.
How to Get Your Question Answered Quickly
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Shinu1 , You can not use slicer value in the calculated table.
You can have such table as var in measure and use that
measure =
var _tab =<Table code>
return
sumx(_tab, [Column])
Not sure how to use the slicer selection in sumx. But i need a table with around 5 column (Account, Cycles, Scenario,Attribute and Amt) having Cycle field filtered based on Slicer selection
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 26 | |
| 25 | |
| 24 | |
| 15 |
| User | Count |
|---|---|
| 62 | |
| 48 | |
| 27 | |
| 21 | |
| 20 |