Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
25 | |
18 | |
18 | |
17 | |
16 |
User | Count |
---|---|
29 | |
27 | |
19 | |
15 | |
14 |