Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello!
I need to create a Column that with the Value either True or False, based on a if there is an entry into another table.
So I have two queries, which a relationship between the two linked at Name. One Query is something like a master list of all systems with some general data about each one. The second queries only lists systems that need to be restarted, however it only lists Name and IP address, I can't do much to change the sorce data.
In my table visualation I want to add a column that if the name appears in the second query it value is set to true, if it's not listed the value is set to false.
Solved! Go to Solution.
Hi @Tirith
Please refer to the linked discussions
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Hi @Tirith
You can use if() and filter() function to this.
You can refer to the following link.
IF function (DAX) - DAX | Microsoft Learn
FILTER function (DAX) - DAX | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Tirith
You can use if() and filter() function to this.
You can refer to the following link.
IF function (DAX) - DAX | Microsoft Learn
FILTER function (DAX) - DAX | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Tirith
Please refer to the linked discussions
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |