Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All
My SALES table have field name = BRAND_C
i Have create a SliceTable also have BRAND_C
I also create a expression to link the SliceTable to BRAND_C
my very small PBI file :-
Hi, @admin11
The link above is not accessible.
It makes it easier to give you a solution.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you very much for look into my post.
I have create a new post below :-
In above post i have provide 2 link , one is the PBI file did by you which is working fine. Another link which is create by me with sample data only 100 row. which is not working. you can access the link below directly :-
https://www.dropbox.com/s/g75b3te1tldthvv/NOT%20WORKING.pbix?dl=0
Once you can high light to me where i go wrong , i should be able to fully understand , and i should be able to solve my problem.
Paul Yeo
Hi All
i have try to create a rank column :-
rank = RANKX('summrizeTable1','summrizeTable1'[sum],,DESC)
it still display only last row.