Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hey community!
I have a table like this:
Order | Date | Department | Area | State | Value | Quantity | Cost | Employee |
100 | 01.01.2020 | Metallurgy | Area 1 | 50 | 999 | 9562 | 8950 | Alex |
Now I need a Dax Measure (not a column) that shows me TRUE or FALSE based on this heuristic:
TRUE IF
How would you build that Measure?
Hi @joshua1990
You want a measure but are referring to row context (the values in a row of the table) to define the outcome. That seems contradictory. Can you elaborate? The measure would have to check all rows in the table? If so, how would the final result be constructed from all those checks? Or are you going to use the measure in a table visual such that the measure will be applied to each row depicted in the visual?
Please mark the question solved when done and consider giving kudos if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
16 | |
8 | |
7 | |
7 | |
6 |
User | Count |
---|---|
23 | |
11 | |
10 | |
9 | |
8 |