Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |