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.
Hi,
I have a dataset sample which looks like the following.
Unit ID | Period | Shift Period | Flag Notice received |
10001 | 1 | 0 | 0 |
10002 | 1 | 0 | 0 |
10003 | 1 | 0 | 1 |
10001 | 2 | -1 | 1 |
10002 | 2 | -1 | 1 |
10003 | 2 | -1 | 0 |
10001 | 3 | -2 | 0 |
10002 | 3 | -2 | 0 |
10003 | 3 | -2 | 0 |
10001 | 4 | -3 | 0 |
10002 | 4 | -3 | 0 |
10003 | 4 | -3 | 0 |
I have a visual which is a table which is currently filtered on shift period 0, so that it always displays the current period. I want to add a column to that table which shows a sum of Notices Received but for shift period - 1. So the visual displays a comparison of the period and the prior period.
I need the measure to be dynamic as in if somebody changes the filter on the table to be shift period -1, then I want the measure to sum notices received for period -2.
The measure I've used is below and displays the correct result when I add it to a separate visual, but when I filter that visual with shift period. It all goes wrong and I get a blank. So it won't work in my table.
Solved! Go to Solution.
I solved this by creating a calculated column.
I solved this by creating a calculated column.
HI @PowerBIWhat ,
AFAIK, current power bi does not support create dynamic calculated column/table based on filter selections. They not work on the same level and you can't use child level to affect its parent.
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 |
---|---|
14 | |
10 | |
10 | |
9 | |
9 |
User | Count |
---|---|
20 | |
13 | |
12 | |
11 | |
8 |