Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have two table
table 1 - direct query
table 2 - Excel
relationship created using a column called - project_name
Now i have a column named dq% in table1 and column named threshold in table 2,
now i want to write a query where if dq% greater than threshold,1 else 0,
i want the above logic to be implemented in calculated column so that i can filter the values in visualisation
many function seems to not work properly between direct and import tables.
can someone help here please
@Evanooruvan , Try to have a measure, for that you need a common dimension, unless the Table 2 is dimension
You need to have measures like
if(Average(Table1[DQ%]) > Max(Table2[Threshod]) ,1,0)
Based on level/group by you can do segmentation
Customer Retention with Dynamic Segmentation, New/Lost/Retain Customer Count: https://youtu.be/EyL7KMw877Q
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 73 | |
| 50 | |
| 46 | |
| 44 |