Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
Hi,
I would like to Add a specification on the price value without create a new column for reduce dataset size.
How can i create mesure for specify if the price is > 50 , i put Yes else No.
I can't use a measure because i don't find the Price column without using agregate.
Thank you
Solved! Go to Solution.
Use conditionmeasure = IF(SUM([PriceColumn]) > 50, "Yes", "No")
SUM can give you cell level values as well 🙂
Proud to be a Super User!
Hi, Sorry i was absent.
I have several lines for specific Clients, i didn't notice that sorry.
Do you have a solution?
Thank's
Use conditionmeasure = IF(SUM([PriceColumn]) > 50, "Yes", "No")
SUM can give you cell level values as well 🙂
Proud to be a Super User!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
80 | |
79 | |
60 | |
36 | |
33 |
User | Count |
---|---|
91 | |
59 | |
59 | |
49 | |
42 |