Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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...
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 |
---|---|
81 | |
76 | |
61 | |
37 | |
33 |
User | Count |
---|---|
99 | |
56 | |
51 | |
42 | |
40 |