Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I am looking to take the date that forecasted points intercept the estimated points to show in a card. The DAX I wrote produces an error because I am asking it to filter a calculated table, so it "doesn't have any columns."
Is there a way to work around this?
This entire table is built off of other measures.
I am willing to share more information if this is not enough. Thank you.
Hi @DAXtheDestroyer,
AFAIK, current power bi does not support creating dynamic calculated columns/tables based on filter selections. They work on different levels and you can't use the child to affect its parent.
For your scenario, I'd like to suggest you create a measure expression and add a variable to summarize table records, then you can use this table to calculate on particular row context and filter.
After these steps, you only need to use an aggregate function to aggregate table records to return a single result.
Notice: the data level of power bi(from parent to child level)
Database(external) -> query table(query, custom function, query parameters) -> data model table(table, calculate column/table) -> data view with virtual tables(measure, visual, filter, slicer)
Regards,
Xiaoxin Sheng
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
76 | |
56 | |
38 | |
34 |
User | Count |
---|---|
99 | |
56 | |
51 | |
44 | |
40 |