Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I need to convert this tableau measure to Power BI.
to use parameter and filter
How do I achieve this in Power BI.
Solved! Go to Solution.
see attached. Using measure as visual filter.
SWITCH ([Parameter1],
"Only open", CALCULATE(something,not [column1] = "Closed"),
"All", CALCULATE(something, [column1] in { "Closed","Open","------"})
)
There is nothing to calculate in that. I tried to use that field but it is not working.
I have attached a sample PBIX file.
Please help me in this.
Thanks in advance
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 |
---|---|
11 | |
9 | |
8 | |
8 | |
8 |
User | Count |
---|---|
13 | |
12 | |
11 | |
10 | |
9 |