Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi all,
Iam in trouble with creating matrix in PBI which will dynamically change columns/rows based on selection from slicer.
Iam using live connect to Azure analysis tabular model actually and trying to do following solution:
static data table for colum names,
measure to identify change,
row_selector:=sum('Value selector row'[Order])calculated column "rows"
=
var x1=IF([row_selector]>39,1,[row_selector])
var x2= CALCULATE(VALUES('Value selector row'[Name]),FILTER('Value selector row','Value selector row'[Order]=x1))
return
switch(
x2,
"Stredisko",RELATED('xy1'[x)]),
"Prevádzka",RELATED('xy2'[y)]),
"Pokladňa",RELATED('xy3'[z]),
"N/A"
)
In AAS visual studio is everything working fine, but after deploy to PBI row value is not changing either when underlying measure changes correctly.
Is there some way to refresh calculated colum when PBI (live connected) slicer selection changes ?
Thank you
Instead of that, consider using the "Personalize Visual" option and teach your users how to do that. Then they can manipulate the rows, columns, and values of the matrix themselves.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |