Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
MilanRao06
Advocate I
Advocate I

Dynamic calculated column/table based on Slicer selection

Hi Community,

 

I have been raking up my brains over the below use case for a couple of days now and don't seem to find a way out. Appreciate any help,

 

I am building a report for my quarterly customer satisfaction. I have a page in my report which shows the details of the satisfaction scores for common respondents in two consecutive quarters. Each response is categorized in three zones - Zone1, Zone2, Zone3 - based on the satisfaction score. I want to display a matrix as below where the columns are the count of common respondents in each zone in the previous quarter and the rows represent the same for the current quarter.

  Q2
  Zone1Zone2Zone3
Q3Zone14345
Zone24121
Zone34717

 

I want to display the list of customers in another table below this matrix. I want to add a slicer for the quarters. If the user selects Q4, it should show the same table for Q4 (in rows) and Q3 (in cols).

 

Thanks,

Milan

4 REPLIES 4
Anonymous
Not applicable

Hi @MilanRao06,

 

Power bi not support create the dynamic calculate table/column based on slicer.  Slicer works on visual level, it can't effect calculate column/table which based on source data. In summary, calculate column/table has Pretreatmented before selected on slicer, current you can only create a dynamic measure based on slicer.

 

If you want create a dynamic table, you can try to use parameterized query.

Deep Dive into Query Parameters and Power BI Templates

 

Regards,

Xiaoxin Sheng

Using parameters won't help because I would have to save the file as a PowerBI template (.pbit). I want to publish the report to the service so that employees in my organization can consume the report.

Anonymous
Not applicable

Hi @MilanRao06,

 

I'd like to suggest you take a look at dynamic RLS, it may suitable for your requirement:

Power BI – Dynamic Row Level Security – Tips to get it working!

 

Regards,

Xiaoxin Sheng

MilanRao06
Advocate I
Advocate I

bump

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors