Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.
Hi!
I am trying to use measure to help me determine what i need to order for a product. Everything is filtering correctly (filters are at the page level for a specific item number and store status). However when i add in this measure it no longer filters down to what I want.
Any help would be appreciated!
Before measure is added - 328 store showing, and only those stores:
After measure is added - more stores showing that is not part of the 328:
Measure:
Solved! Go to Solution.
I figured it out. I had to do a Sumx formula in a seperate measure to find the status. Then i could use that measure in my formula. Example below.
I have a club table that get pulls into my visual that only lists club information.
I have a seperate table that lists what the club status is 0 for inactive and 1 for active. Make sure this is a number column.
I used this measure to find the club status as a measure Curr Status = CALCULATE(SUMX('Club Alignment', 'Club Alignment'[Status]))
Using that new measure, i was then able to list my if formulas and keep my status showing for only active clubs.
I figured it out. I had to do a Sumx formula in a seperate measure to find the status. Then i could use that measure in my formula. Example below.
I have a club table that get pulls into my visual that only lists club information.
I have a seperate table that lists what the club status is 0 for inactive and 1 for active. Make sure this is a number column.
I used this measure to find the club status as a measure Curr Status = CALCULATE(SUMX('Club Alignment', 'Club Alignment'[Status]))
Using that new measure, i was then able to list my if formulas and keep my status showing for only active clubs.
I think you have to add "and not blank" criteria to your filters. (i had a similar issue where this was the solution which solved my problem)
Measures can only impact a visual, not an entire page.
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information or anything not related to the issue or question.
If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
76 | |
75 | |
70 | |
47 | |
41 |
User | Count |
---|---|
64 | |
41 | |
31 | |
30 | |
28 |