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,
For the source table below , I have repeated rows one for India and another for Delhi location .
Another for India and Goa location.
I want to hide all those rows with India(marked in bold in the below table) location and want to only keep the rows with Delhi and Goa location .I have many enteries like this so it should be don via some DAX. Please suggest.
Source Indput:
School | location | Averagemarks |
ABC | India | 90 |
ABC | Delhi | 90 |
DEF | India | 89 |
DEF | Delhi | 89 |
DEJ | India | 75 |
DEJ | Goa | 75 |
DEM | India | 97 |
DEM | Goa | 97 |
Expected Output :
School | location | Averagemarks |
ABC | Delhi | 90 |
DEF | Delhi | 89 |
DEJ | Goa | 75 |
DEM | Goa | 97 |
Kind regards
Sameer
Solved! Go to Solution.
Filter Location Column from the power query.
Then save and close the power Query editor.
2. You Can Use DAX Also
Filter Location Column from the power query.
Then save and close the power Query editor.
2. You Can Use DAX Also
Awesome
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 |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |