March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I have a Table visual, which is made up from various items in 2 data tables. The tables are joined by a one to many relationship in a particular field.
Relevant Data:
Table called "ReqTracker" has a numeric whole number value called "Ask"
Table called "Tracker" has a measure called "CountAll"
I want to only show rows in my table visual where the Ask value is greater than the CountAll value for that particular row.
How could I do this please?
Solved! Go to Solution.
@OobuJoobu , You have to create a measure like
if(sum(Table[Ask]) >= [CountAll] ,1,0)
@OobuJoobu , You have to create a measure like
if(sum(Table[Ask]) >= [CountAll] ,1,0)
Perfect, thank you!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |