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 dateJoin 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.
hi everyone ,
i have some dax issues , my requriments is when i click on that currency slicer is filter to the matrix table only first three row is not change in currency values .
so am create one" parameter id" column also like (1,2,3,4,5...)
example:
i need to first three row values is " column =A "values , otherwise fourth to end row values given from " netvalue" measure value.
(var netvalue =axb
if paramter id=1 or 2 or 3
return 'TABLE B'[InputValueInEURO] values
else
return netvalue)
am written the dax is:
pl sort me out
Hello @sathishramuk33
If you want to change the currency based on the slicer then you can refer to the below links.
Link 1
Link 2
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 |
---|---|
16 | |
8 | |
7 | |
7 | |
6 |
User | Count |
---|---|
23 | |
11 | |
10 | |
10 | |
8 |