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.
Hi, so here is my use case: I need create a ranking of a column based on sales, but this ranking must change based on the column selected witht he dynamic parameter. So I may have selected "Name" from Table A in the dynamic parameter, and it will create a ranking of all my names. Then I may select "Region" from Table B by changing the parameter selection and now my ranking will change to reflect the regional ranking against sales instead. I have done this with static columns for a use case but now I need to make it work dynamically.
Here is the dax i have been using till now:
Solved! Go to Solution.
HI @johnmenx,
I'd like to suggest you take a look at the calculation groups, it allow you to create dynamic expression based current measures.
Creating Calculation Groups in Power BI Desktop - SQLBI
Regards,
Xiaoxin Sheng
HI @johnmenx,
I'd like to suggest you take a look at the calculation groups, it allow you to create dynamic expression based current measures.
Creating Calculation Groups in Power BI Desktop - SQLBI
Regards,
Xiaoxin Sheng