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.
Hello,
I have a field in my List Named customer groups.
I have created a parameter with the values and i would like to use it in a matrix table as values.
However i cannot use it since it does not appear in the report.
I can see it in the Queries though when i select transform data
what am i doing wrong here?
I have created a table with the values, however i am not sure how to create the Measure.
table is of the following format:
Table = {
("Value1",1),
("Value2",2),
("Value3",3)
.....
}
}
Well, now that you have a Table created you can directly use it in the matrix!
Hi!
where have you created this parameter? I suppose on the PoweQuery Editor. If that's true, this parametrers can only be used in there, not in the dashboard, that's why you cannot see it in the report.
You should try to transform this parameter into a dax measure in the report.