The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, I am classifying Customers based on their last year spending category groups like 0-5k, 50k-200k ...
with the measure. This is fine but when I add other measures extra customers are visible.
How to get the values of only customers who fall in the category groups. In the attached snapshot I should see only the last 2 customers rather than 4. Any inputs.
Solved! Go to Solution.
Hi @Varshi288 ,
Have you solved your problem?
If you do not want display items with no data, first , you should make sure un-select check-box of show items with no data. And then add if function in front of other measure.
--->>
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Varshi288 ,
Have you solved your problem?
If you do not want display items with no data, first , you should make sure un-select check-box of show items with no data. And then add if function in front of other measure.
--->>
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Varshi288 In general, to use a measure in that way, you need to use the Disconnected Table Trick as this article demonstrates: https://community.powerbi.com/t5/Community-Blog/Solving-Attendance-with-the-Disconnected-Table-Trick...