The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
We have tracking frequency namely Daily, Weekly, Monthly, Quarterly which we have shown in dropdown using field parameter.
The dropdown should show frequencies which are equal to or greater than the lowest frequency of the selected KPI which stored in the table. Eg If the user selects Weekly from application it will get stored in table , but dropdowns from Powerbi should show Weekly,Monthly,Quarterly.
We have order column in both KPI table and field parameter table for tracking frequency.
How can I filter values of dropdown (field paramater) based on the selected frequency? |
Tracking Frequency | Order |
Daily | 1 |
Weekly | 2 |
Monthly | 3 |
Quarterly | 4 |
That introduces a circular reference. What is the business value of attempting this?
User | Count |
---|---|
36 | |
14 | |
12 | |
10 | |
8 |
User | Count |
---|---|
44 | |
43 | |
19 | |
19 | |
18 |