Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
85 | |
65 | |
51 | |
45 |
User | Count |
---|---|
217 | |
88 | |
81 | |
65 | |
56 |