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.
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
User | Count |
---|---|
28 | |
11 | |
8 | |
6 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |